Customer
Create a Customer
Create a new Customer representing your Customers. You can use the Customer to simplify the checkout process for returning journeys.
post/api/service/customer/create
Headers
Idempotency-Keystring
Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.
Request body
Response
Returns the id and customer data for the newly created customer