Shipping Addresses
Update
Update a shipping address.
PUT
Headers
Your API key for authorization.
Path Parameters
The ID of the shipping address to update.
Body Parameters
Response
Indicates whether the operation was successful.
The updated shipping address object containing:
A code indicating the result of the operation. Possible values:
SHIPPING_UPDATED
: Shipping address updated successfullySHIPPING_UPDATE_FAILED
: Failed to update shipping address
Error message if the request fails.
When updating a shipping address, you need to provide the complete shipping address object with all fields, even those that haven’t changed.