Account / Address
Create an Address
Creates a new address for the current user.
POST
/
api
/
v2
/
storefront
/
account
/
addresses
Authorizations
Authorization
string
headerrequiredUser token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Query Parameters
fields[address]
string
Specify the fields you would like returned in the response body. More information.
Body
application/vnd.api+json
address
object
Response
200 - application/vnd.api+json
data
object
The Address model holds the customer details, such as name, address, and phone number.
Was this page helpful?