What Version of Nacelle am I on?

Last updated: May 10, 2024

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. 

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:

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