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).