Update Customer Address
This API allows updating an existing address for a customer. It ensures that customer contact and location details are current, accurate, and complete for deliveries, billing, or correspondence.
Overview
- Method: PUT
- Path:
/brand/customer/update-customer-address - Tags: brand
Use Cases
- Update address details when a customer moves or wants to correct an existing address.
- Maintain accurate shipping and billing information for orders and communications.
Parameters
No parameters required.
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{}400
Bad Request
Content Type: application/json
{}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X PUT \
https://api.pillexa.com/brand/customer/update-customer-address \
-H "Content-Type: application/json" \