Add a new customer
Using this endpoint, you can add a new customer to the system. The response includes an id
which is required in subsequent calls, such as GET /customers/{customerId}
, PUT /customers/{customerId}
, PATCH /customers/{customerId}
, and more.
When externalId
is specified, the customers have the ability to manage their own details through the storefront UI.
Authorizations
The access token.
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
"517fa9dfd42d8b00g1o3k312"
A UUID of the request.
Body
The body is of type object
.
Response
The response is of type object
.