diff --git a/src/store/productIdentification.ts b/src/store/productIdentification.ts index 8e5fc46..b6d87f4 100644 --- a/src/store/productIdentification.ts +++ b/src/store/productIdentification.ts @@ -8,7 +8,7 @@ export const useProductIdentificationStore = defineStore('productIdentification' primaryId: '', secondaryId: '' }, - productIdentificationOptions: ["productId", "groupId", "groupName", "internalName", "parentProductName", "primaryProductCategoryName", "sku", "title", "SHOPIFY_PROD_SKU"] + productIdentificationOptions: ["productId", "groupId", "groupName", "internalName", "parentProductName", "primaryProductCategoryName", "sku", "title", "SHOPIFY_PROD_SKU", "upc"] } }, getters: {