add PDP content

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-07-07 11:09:24 +07:00
parent fab2a5e967
commit cc2c79764d
15 changed files with 76 additions and 270 deletions

View File

@@ -9,6 +9,7 @@ const productFragment = /* GraphQL */ `
title
description
descriptionHtml
productType
options {
id
name

View File

@@ -522,6 +522,7 @@ export type ShopifyProduct = {
title: string;
description: string;
descriptionHtml: string;
productType: string;
options: ProductOption[];
priceRange: {
maxVariantPrice: Money;