1
0
mirror of https://github.com/vercel/commerce.git synced 2025-06-13 19:31:20 +00:00

lib/shopify: add compareAtPrice to product query fragment

This commit is contained in:
andr-ew 2023-06-21 16:14:32 -05:00
parent e270e45de7
commit 7d5d364298

@ -62,6 +62,16 @@ const productFragment = /* GraphQL */ `
title
}
}
compareAtPriceRange {
maxVariantPrice {
amount
currencyCode
}
minVariantPrice {
amount
currencyCode
}
}
}
${imageFragment}
${seoFragment}