v1

latestSwagger 2.02026-07-134272111.8 KB
customers

Retrieve a customer associated with a given ID from the eCommerce system. Specifying a customer with an ID that does not exist will result in an error response

get/customers/{id}

Path parameters

idstring required

The ID of the customer to retrieve from the eCommerce system

Headers

Authorizationstring required

The authorization tokens. The format for the header value is 'Element <token>, User <user secret>'

Response

OK - Everything worked as expected