Skip to content

CustomerAddressList_Delete#


Description#

This function deletes an address from a customer address list.

Request Parameters#

Parameter
Type Description
customer_id
edit_customer
customer_login
Number
String
String
The customer id
The customer login
The customer login
customeraddress_ids Number The address id numbers to be deleted

Response Parameters#

Parameter
Type Description
success Boolean Boolean value indicating if the API request was successful
processed Number Number of customer addresses deleted

Example Request#

{
    "Store_code": "beta",
    "Function": "CustomerAddressList_Delete",
    "Customer_ID": 12,
    "CustomerAddress_IDs": 26
}

Example Response#

{
    "success": 1,
    "processed": 1
}