Shipping Addresses
Create
Create a shipping address and attach it to a profile.
POST
Headers
Your API key for authorization.
Body Parameters
The ID of the profile to attach this shipping address to.
Response
Indicates whether the operation was successful.
The created shipping address object.
The ID of the profile this shipping address is attached to.
A code indicating the result of the operation. Possible values:
SHIPPING_CREATED
: Shipping address created successfullySHIPPING_CREATION_FAILED
: Failed to create shipping address
Error message if the request fails.
Shipping addresses are used for order fulfillment. Ensure all required fields are provided with accurate information.