Upsert addresses for a customer
Creates or updates up to 50 addresses for the specified customer. Each address is matched on address_id. Any customer_id value sent in the body is ignored — the path parameter always takes precedence. Processing is asynchronous.
Parameters
Header Parameters
[Authentication] Required API key.
"^[a-zA-Z0-9-]{20,64}$"Path Parameters
Customer identifier owning the addresses.
Request Body
Responses
Objects have been sent to the processing queue. Partially invalid objects are rejected and returned in rejected_items.
Upsert addresses for a customer Creates or updates up to 50 addresses for the specified customer. Each address is matched on address_id. Any customer_id value sent in the body is ignored — the path parameter always takes precedence. Processing is asynchronous. POST /v1/customers/{customer_id}/addresses createCustomerAddress Customers spm-api-key [Authentication] Required API key. customer_id Customer identifier owning the addresses. Objects have been sent to the processing queue. Partially invalid objects are rejected and returned in rejected_items. All objects are invalid, or the request body is not an array, or the array exceeds the maximum allowed size Server error - Internal processing failure