Customer

The Customer API endpoints allow fetching all orders associated with a customer.

Gets all the finalized Order of a Customer

get
Path parameters
customerReferenceOrEmailstringRequired

A custom reference or email of an existing customer. Can be UrlBase64 encoded.

Example: cust_14c7ba32-367d-42f3-83b1-e59c839e5d22
Query parameters
expandstringOptional

Defines the properties that should be expanded in the response

Example: {"value":" "}
fieldsstringOptional

Limit the properties returned in the response

Example: {"value":" "}
Header parameters
Api-KeystringRequired

API key specified through configuration to authorize access to the API.

StorestringRequired

The ID or the alias of the store

Example: {"value":"5a7e5d2e-d932-4f18-bc4b-8ee1b641b358"}
Responses
200

Success

application/json
get
/umbraco/commerce/storefront/api/v1/customer/{customerReferenceOrEmail}/orders

Last updated

Was this helpful?