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"], });