mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat: adding more information warranty, part number, sku, speciall offers
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user