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

View File

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