Customer Access Token

We use a Customer Access Token as the authentication mechanism when making requests to the Storefront API. This document provides key information and usage instructions related to the token.

  • The Customer Access Token is a JSON Web Token (JWT), a compact and secure way to transmit information between parties as a JSON object.
  • Customer Access Token should be included in API requests in the Authorization header.
    Authorization: Bearer <your-token-here>