stack

Home > @infiniteobjects/shopify-service > IShopifyGqlProductVariantNode

IShopifyGqlProductVariantNode interface

GraphQL node for the variants edges

Signature:

export interface IShopifyGqlProductVariantNode 

Properties

Property Modifiers Type Description
node   { id: string; title: string; sku: string; price: { amount: string; }; quantityAvailable: number; launchDate?: { value: string; }; }