Home > @infiniteobjects/shopify-service > IShopifyGqlProductWithVariantsResponse
GraphQL response for the product with variants request
Signature:
export interface IShopifyGqlProductWithVariantsResponse
Property | Modifiers | Type | Description |
---|---|---|---|
data | { product?: { id: string; title: string; variants: { edges: IShopifyGqlProductVariantNode[]; }; }; } |