We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c071870 commit 552dfe1Copy full SHA for 552dfe1
1 file changed
react/Product.js
@@ -247,6 +247,7 @@ export const parseToJsonLD = ({
247
: normalizeGTIN(rawGTIN)
248
249
const gtinFields = mapGtinToSpecificField(gtinObj)
250
+ const gtin = gtinObj?.value ?? null
251
252
const merchantSKU = selectedItem?.itemId || null
253
@@ -265,6 +266,7 @@ export const parseToJsonLD = ({
265
266
category,
267
offers: disableOffers ? null : offers,
268
...gtinFields,
269
+ gtin,
270
}
271
272
return productLD
0 commit comments