From 42837e1939eb4e911f7921cfdf49aa7df9a04f4c Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Thu, 19 Oct 2023 13:00:28 +0530 Subject: [PATCH] Improved: filters for checkInventory api to pass productStoreId --- src/store/modules/stock/actions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store/modules/stock/actions.ts b/src/store/modules/stock/actions.ts index 1e2e294b0..59e565ff1 100644 --- a/src/store/modules/stock/actions.ts +++ b/src/store/modules/stock/actions.ts @@ -29,6 +29,7 @@ const actions: ActionTree = { "filters": { "productId": productIds, "productId_op": "in", + "productStoreId": this.state.user.currentEComStore.productStoreId }, "fieldsToSelect": ["productId","atp"], });