v1

latestOpenAPI 3.0.02026-07-2480129136.5 KB
Stores

Get Customer Addresses

Returns the shipping addresses associated with the orders a customer has placed with the seller. The token represents the unique seller and customer combination.

get/stores/{storeKey}/customers/{token}/addresses

Path parameters

storeKeystring required

Required. A unique key used to identify the caller of the API.

tokenstring required

Required. Represents the unique seller and customer combination.

Query parameters

offsetinteger

Used for paging. The number of records to skip. Default is 0.

limitinteger

Used for paging. The maximum number of records to return. Default is 10.

Response

OK

totalItemsinteger
successboolean
errorsstring[]