Store a new shipping address for the authenticated shopper and optionally set it as default.
x-shop-id header when working with multiple storefronts.| Field | Type | Required | Description |
|---|---|---|---|
fullName | string | Yes | Recipient name for the delivery. |
phone | string | No | Contact phone number for the recipient. |
street | string | Yes | Primary street address. |
street2 | string | No | Additional address details such as apartment or suite. |
city | string | Yes | City where the delivery should be made. |
state | string | Yes | State or province component of the address. |
zipCode | string | Yes | Postal or ZIP code. |
country | string | Yes | Country of the address. |
latitude | number | No | Latitude coordinate for mapping purposes. |
longitude | number | No | Longitude coordinate for mapping purposes. |
landmark | string | No | Helpful nearby landmark or delivery instruction. |
isDefault | boolean | No | Set to true to make this the default shipping address. |
JWT issued by the Salesive Store API for authenticated shoppers.
Optional storefront identifier sent as a header to scope responses to a specific shop. Try It requests remember this value once provided.
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Recipient name for the delivery.
Primary street address.
City component of the address.
State or province component of the address.
Postal or ZIP code.
Country for the address.
Optional phone number for delivery coordination.
Additional address details such as apartment or suite.
Latitude coordinate for mapping purposes.
Longitude coordinate for mapping purposes.
Helpful nearby landmark or delivery instruction.
Set to true to make this the default shipping address.