Endpoints Reference
Customer Address
Create a new customer address
POST
/v1/{siteEnv}/{siteId}/customers/{customer_external_id}/addresses
Path Parameters
siteEnv
string
*
siteId
string
*
customer_external_id
string
*
Body Parameters
body
Address
Description
Address
title
string
first_name
string
last_name
string
company
string
address_line1
string
address_line2
string
city
string
region_code
string
postal_code
string
country_code
string
phone
string
is_default_shipping
boolean
is_default_billing
boolean
Responses
201
Successful Address
AddressWithId
title
string
first_name
string
last_name
string
company
string
address_line1
string
address_line2
string
city
string
region_code
string
postal_code
string
country_code
string
phone
string
customer_address_external_id
string
401
Auth Failure
500
System Exception