Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

List Variants By Product Id

Prev Next
Step Details
Introduced in Version9.22
Last Modified in Version9.22
LocationIntegration > Shopify > Inventory

The List Variants By Product Id step retrieves all product variants associated with a specific product in a Shopify store using the Shopify Admin API. Variants represent different versions of a product, such as size, color, or other attributes.

This step is commonly used when there is a need to access variant-specific data, such as pricing, SKU, or inventory item identifiers. It can be combined with inventory-related steps to manage stock at the variant level or to perform operations based on specific product variations.

Prerequisites

This step requires the Shopify module to be installed and a configured OAuth token with appropriate Shopify Admin API scopes (such as read_products).


Properties

Connection

PropertyDescriptionData Type
Store DomainThe Shopify store domain used to construct API requests (e.g., {store-name}.myshopify.com).String
TokenThe access token used to authenticate requests to the Shopify Admin API.String

Inputs

PropertyDescriptionData Type
FirstSpecifies the number of product variant records to retrieve in a single request.Int32
Product IdThe unique identifier of the product whose variants are being retrieved.String

Outputs

PropertyDescriptionData Type
VariantsA list of variants associated with the specified product.List


Step Changes

DescriptionVersionDateDeveloper Task
Initial release of the List Variants By Product Id step as part of the Shopify module.9.22Mar 2026DT-046986