availableForSale:
Boolean! -
Indicates if the product variant is available for sale.
barcode:
String -
The barcode (for example, ISBN, UPC, or GTIN) associated with the variant.
compareAtPrice:
MoneyV2 -
The compare at price of the variant. This can be used to mark a variant as on sale, when `compareAtPrice` is higher than `price`.
compareAtPriceV2:
MoneyV2 -
The compare at price of the variant. This can be used to mark a variant as on sale, when `compareAtPriceV2` is higher than `priceV2`.
currentlyNotInStock:
Boolean! -
Whether a product is out of stock but still available for purchase (used for backorders).
image:
Image -
Image associated with the product variant. This field falls back to the product image if no image is available.
metafield:
Metafield -
A [custom field](https://shopify.dev/docs/apps/build/custom-data), including its `namespace` and `key`, that's associated with a Shopify resource for the purposes of adding and storing additional information.
metafields:
Metafield! -
A list of [custom fields](/docs/apps/build/custom-data) that a merchant associates with a Shopify resource.