List
Returns an array of all addresses available to the merchant.
Storefront API Scope may authenticate with Trust Level Authentication (trust_level: recognized).
Listing addresses for more than one customer requires Application API Scope with the Bulk Operations permission.
Authentication
x-api-keystring
Application API Scope — server-to-server, sent in the x-api-key header. See Authentication.
OR
Query parameters
customer
Customer ID (only available in API user scope)
live
Address status: active (True) or inactive (False)
updated_start
Addresses whose updated datetime is greater than or equal to the given datetime (yyyy-mm-ddThh:mm:ss)
updated_end
Addresses whose updated datetime is less than or equal to the given datetime (yyyy-mm-ddThh:mm:ss)
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
updated
token_id
store_public_id
Errors
403
Forbidden Error