Home > @infiniteobjects/shopify-service > IShopifyGqlProductWithVariantsResponse > data
Signature:
data: {
product?: {
id: string;
title: string;
variants: {
edges: IShopifyGqlProductVariantNode[];
};
};
};