Customer token
Customer tokens are available for anyone using the Customers API. You can associate customers to orders, addresses, and carts.
You’ll want to use the X-Moltin-Customer-Token
header with any requests that do any of the following:
- 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
For more information on implementing customer tokens, see Customer Tokens.