v1
latestOpenAPI 3.0.02026-07-2480129136.5 KBStores
Get Customer Orders
Returns a list of orders containing the total product quantity and total product dollar amount for each order a customer has placed with the seller. The token represents the unique seller and customer combination.
get/stores/{storeKey}/customers/{token}/orders
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