Create Customer
POST/api/customers
Create a new customer. Automatically creates a default shipping address from the root address fields. Optionally provide a separate billing address.
Authentication: Requires Bearer token.
Validation notes:
- Email must be unique across all customer addresses
- If a customer with the same name/zip/address1 already exists, returns a 422 with CODE_CUSTOMER_EXISTS
Request
Responses
- 200
Successful response