Home > @infiniteobjects/shopify-service > IShopifyGqlProductVariantNode
GraphQL node for the variants edges
Signature:
export interface IShopifyGqlProductVariantNode
Property | Modifiers | Type | Description |
---|---|---|---|
node | { id: string; title: string; sku: string; price: { amount: string; }; quantityAvailable: number; launchDate?: { value: string; }; } |