Customer token
A customer token provides access to the records of the customer. Use single sign-on or the email address and password of the customer to retrieve the customer tokens. Use the X-Moltin-Customer-Token
header and the implicit token to access the orders and the following APIs:
- Get a Customer
- Update a Customer
- Get Customer Addresses
- Get an Address
- Create an Address
- Update an Address
- Get all Orders
- Get an Order
- Get Customer Carts
- Create an Association between a Customer and a Cart
- Delete an Association Between a Customer and a Cart
- Add Promotion to Cart
For more information on implementing customer tokens, see Customer Tokens.