Update a shipping address
User
Update shipping address
Update an existing shipping address in the shopper’s address book.
PATCH
Update a shipping address
Request
Path parameters
| Parameter | Type | Description |
|---|---|---|
addressId | string | The id of the address to update. |
Updating the core address fields (
address, city, state, or country)
re-runs address validation against the shipping provider, which requires the
address to also carry an email and latitude/longitude. Updating only
contact fields such as name or phone skips that step.Successful response
Error responses
Authorizations
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.
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Path Parameters
Body
application/json
Example:
"Jane Smith"
Example:
"+2348099887766"
Example:
"jane@example.com"
Example:
"12 Marina Road"
Example:
"Lagos"
Example:
"Lagos"
Example:
"100001"
Example:
"Nigeria"
Example:
6.5244
Example:
3.3792
Example:
false
Response
Address updated.
The response is of type object.

