cURL
curl --request POST \ --url http://127.0.0.1:8080/v1/c/customer/{customer_id}/address \ --header 'Content-Type: application/json' \ --header 'wb-key: <api-key>' \ --data '{ "city": "<string>", "country": "<string>", "line_1": "<string>", "line_2": "<string>", "state": "<string>", "zip": "<string>" }'
{ "city": "<string>", "country": "<string>", "line_1": "<string>", "line_2": "<string>", "state": "<string>", "zip": "<string>" }
This API updates the customer Address
Id of the Customer
Physical address. Used by both Customer and WbCustomer entities.
Customer Address Details