---
title: "Exporting Shopify Variant IDs"
slug: "exporting-shopify-variant-ids"
description: "Get help with bulk plan creation for your Shopify store by exporting product data and variant IDs. Email Skio for seamless setup assistance."
updated: 2025-11-11T09:18:44Z
published: 2025-11-14T16:34:18Z
stale: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.skio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Exporting Shopify Variant IDs

## Outline

## Overview

In the case that you have a large number of shop items that are unfeasible to set up manually, the Skio Support team ([help@skio.com](mailto:help@skio.com)) can assist you by running a script for bulk plan creation.

## How to get the Shopify variant IDs?

Before we can step in to help, you will need to export your Shopify store's products with their associated variant IDs. Please follow the instructions below to properly export your product data and send the CSV file to help@skio.com with any specifications for your bulk subscription setup/modifications.

Other key things to keep in mind: Shopify limits the number of variants displayed so if you have several products and variants you'll need to use Postman or another program to delay the API calls. Or loop through each page to get all the variants.

If you're using Chrome it is recommended to add the JSON [Viewer Extension](https://chrome.google.com/webstore/detail/json-viewer-pro/eifflpmocdbdmepbjaopkkhbfmdgijcc?hl=en-US). This will make the JSON data in Shopify readable. You can also use the JSON URL in Shopify to find variant IDs

Visit the URL below (replace the Shopify store name with your store's Shopify URL:

```plaintext
https://admin.shopify.com/store/example-shopify-domain/variants.json
```

Right click the page to save the JSON document to your computer (or you can simply copy and paste the data within the file converter tool).

Example of what you should see (if you're using the JSON Viewer Extensions):

![file-at-v-5-s-68-v-9-y.png](https://cdn.us.document360.io/a953bba6-c70d-43ce-bc77-d7f32a8fc514/Images/Documentation/17201556095899.png)

## Convert the JSON to a CSV

Visit [https://data.page/json/csv](https://data.page/json/csv) to upload or paste your JSON data to have it converted to a CSV file. Once done, download the CSV file and email it to help@skio.com with the specifications for what you would like the Skio team to update for you.
