Product Variant Download

Shopify API

https://help.shopify.com/en/api/reference/products/product-variant#show-2019-10

Description

The (product) variant download retrieves all product variants from Shopify. The download is often coupled with the Variant Upload so that (product) variants can be updated.

To update a product variant the product variant id is needed. The variant download provides an easy way to obtain all variants with their corresponding id.

  • The Variant download allows you to obtain all the ids for all variants.
  • A Map transform updates the values such as prices via lookups.
  • The Variant Upload updates the variants.

Parameters

The paramaters have no affect; all variants are downloaded irrespective of the values specified in the paramaters.