Account / Address
Create an Address
Creates a new address for the current user.
POST
Authorizations
User token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Query Parameters
Specify the fields you would like returned in the response body. More information.
Body
application/vnd.api+json
Example:
{
"firstname": "John",
"lastname": "Snow",
"address1": "7735 Old Georgetown Road",
"address2": "2nd Floor",
"city": "Bethesda",
"phone": "3014445002",
"zipcode": "20814",
"state_name": "MD",
"country_iso": "US"
}
Response
200
application/vnd.api+json
200 Success - Returns the `address` object.
The Address model holds the customer details, such as name, address, and phone number.
Was this page helpful?