From ce1964aeb3a0aa711ffd84b76155a16f4291b473 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 14 Dec 2023 11:06:52 +0530 Subject: [PATCH] Improved: product identifier options to have erpId support --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8f3ca02d..b5333536 100644 --- a/.env.example +++ b/.env.example @@ -5,6 +5,6 @@ VUE_APP_BASE_URL= VUE_APP_VIEW_SIZE=10 VUE_APP_PERMISSION_ID= VUE_APP_ALIAS={} -VUE_APP_PRDT_IDENT=["productId", "groupId", "groupName", "internalName", "parentProductName", "sku", "title", "SHOPIFY_PROD_SKU"] +VUE_APP_PRDT_IDENT=["productId", "groupId", "groupName", "internalName", "parentProductName", "sku", "title", "SHOPIFY_PROD_SKU", "ERP_ID"] VUE_APP_DEFAULT_LOG_LEVEL="error" VUE_APP_LOGIN_URL="http://launchpad.hotwax.io/login" \ No newline at end of file