mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
@@ -9,6 +9,7 @@ const productFragment = /* GraphQL */ `
|
||||
title
|
||||
description
|
||||
descriptionHtml
|
||||
productType
|
||||
options {
|
||||
id
|
||||
name
|
||||
|
@@ -522,6 +522,7 @@ export type ShopifyProduct = {
|
||||
title: string;
|
||||
description: string;
|
||||
descriptionHtml: string;
|
||||
productType: string;
|
||||
options: ProductOption[];
|
||||
priceRange: {
|
||||
maxVariantPrice: Money;
|
||||
|
Reference in New Issue
Block a user