feat: adding more information warranty, part number, sku, speciall offers

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-04-25 14:14:20 +07:00
parent e3f564ca77
commit 59c3f07beb
14 changed files with 215 additions and 85 deletions

View File

@@ -36,6 +36,8 @@ const productFragment = /* GraphQL */ `
id
title
availableForSale
barcode
sku
selectedOptions {
name
value
@@ -68,6 +70,9 @@ const productFragment = /* GraphQL */ `
}
tags
updatedAt
productType: metafield(namespace: "custom", key: "product_type") {
value
}
}
${imageFragment}
${seoFragment}