Fields

id
ID!
required

The unique identifier for the Shopify product variant. This field is required.

title
String!
required

The title of the Shopify product variant. This field is required.

image
required

The image associated with the Shopify product variant. This field is required.

isAvailable
Boolean!
required

Indicates whether the variant is available to be sold or not. Note that variants with negative inventory may still be available for sale depending on the Shopify variant’s inventory policy. This field is required.

quantityAvailable
Int

The quantity of this variant available for purchase. This field will only be populated for integrated Shopify product variants, otherwise it will be null.

compareAtPrice
String!
required

The original price of the variant, which can be used to show the current price at a discount against this price.

price
String!
required

The current price of the product variant.

priceCents
Int!
required

Current price of the product in cents.

isShippingRequired
Boolean!
required

Indicates whether this product requires shipping, which can be used to distinguish between physical and digital products.

SKU
String!
required

The product SKU (Stock Keeping Unit) of the variant.

isTaxable
Boolean!
required

Indicates whether taxes can be applied to this product.

weight
Int!
required

The weight of the product in grams.

option1
String

Additional options available for this product, usually representing extra customizations.

option2
String

Additional options available for this product, usually representing extra customizations.

option3
String

Additional options available for this product, usually representing extra customizations.