CustomerAddress_Delete
#
Description#
This function deletes an address from a customer.
Request Parameters#
Parameter |
Type | Description |
---|---|---|
Customer_ID |
Number | The customer id of the address to be deleted |
CustomerAddress_ID |
Number | The customer address id to be deleted |
Response Parameters#
Parameter |
Type | Description |
---|---|---|
success |
Boolean | Boolean value indicating if the API request was successful |
Example Request#
{
"Store_Code": "{{Store_Code}}",
"Miva_Request_Timestamp": "{{$timestamp}}",
"Function": "CustomerAddress_Delete",
"Customer_ID": 2,
"CustomerAddress_ID": 2
}
Example Response#
{
"success": 1
}