v1

latestSwagger 2.02026-07-134272111.8 KB
customers

Create a new customer in eCommerce system.With the exception of the 'id' field, the required fields indicated in the 'Customer' model are those required to create a new customer

post/customers

Headers

Authorizationstring required

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

Request body

customerGroupIdinteger
emailstring required

customer email

passwordstring

customer password

taxExemptboolean
taxIdnumber double
taxIdValidboolean

Response

OK - Everything worked as expected