There are currently two versions of Nacelle available to merchants: V1, and V2. Knowing which version you are on is not only helpful for resolving issues, but also plays a significant part in determining indexing limits, API endpoints, and even what login URL to use. Below, are some options for determining which version of Nacelle your organization is using.
The URL Method
By far the simplest method is looking at the URL you use to login/access your organization's dashboard.
- V1: dashboard.GETnacelle.com
- V2: dashboard.nacelle.com
If you are accessing the dashboard using the getnacelle.com domain, your organization is using V1.
The API Method
Looking in your organizations' code base is another way to determine which version of Nacelle you are using. If you are using the API to read data from Nacelle, you will be using one of two endpoints:
- V1: https://hailfrequency.com/v3/graphql
- V2: https://storefront.api.nacelle.com/graphql/v1/spaces/<YOUR_SPACE_ID>
The SDK Method
If you organization isn't using an API endpoint to access data from Nacelle, you'll have to look at which SDK you have installed. The SDK is an npm package, and can be found in the package.json file (most likely in your root directory).
- V1: @nacelle/client-js-sdk
- V2: @nacelle/storefront-sdk
Comments
0 comments
Please sign in to leave a comment.