Create
Creates address information for an individual customer.
Authentication
x-api-keystring
API Key authentication via header
Request
This endpoint expects an object.
customer
Customer ID
address_type
Customer address type (‘billing_address’ or ‘shipping_address’)
first_name
Customer first name
last_name
Customer last name
address
Customer primary address
city
Customer city name
state_province_code
Customer state or province
zip_postal_code
Customer postal code
country_code
Customer country code
phone
Customer phone number
label
company_name
Customer company name
address2
Additional customer address
fax
Customer fax number
token_id
External merchant reference
Response
200
customer
public_id
label
first_name
last_name
company_name
address
address2
city
state_province_code
zip_postal_code
phone
fax
country_code
live
created
token_id
store_public_id
Errors
400
Bad Request Error
403
Forbidden Error