Skip to main content
PUT
Update

Headers

string
required
Your API key for authorization.

Path Parameters

string
required
The ID of the shipping address to update.

Body Parameters

object
required

Response

boolean
Indicates whether the operation was successful.
object
The updated shipping address object containing:
string
A code indicating the result of the operation. Possible values:
  • SHIPPING_UPDATED: Shipping address updated successfully
  • SHIPPING_UPDATE_FAILED: Failed to update shipping address
string
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.