HCL Commerce Version 9.1.13.0 or later

Multiple Extended Site (eSite) access

The Next.js store supports multiple eSite access with a single deployment.

There are three different ways to access eSite:
  • StoreId query parameter

    https://<host>?storeId=<numeric-store-id>

  • StoreIdentifier query parameter

    https://<host>?storeIdentifier=<usually-a-non-numeric-identifier>

  • Token path parameter

    https://<host>/<token>

    Note: The token is associated with a StoreToken:CatalogToken TokenName. For more details, see URLKEYWORD column value in the SEOURLKEYWORD table.

    The token can be used to reference any headless deployed store on the same Transaction server. For more information, see the docs/store-token.md readme file within the git-bundle for the Next.js store.