Skip to content

Commit

Permalink
Improved: filters for checkInventory api to pass productStoreId
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Oct 19, 2023
1 parent cc61673 commit 42837e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/modules/stock/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const actions: ActionTree<StockState, RootState> = {
"filters": {
"productId": productIds,
"productId_op": "in",
"productStoreId": this.state.user.currentEComStore.productStoreId
},
"fieldsToSelect": ["productId","atp"],
});
Expand Down

0 comments on commit 42837e1

Please sign in to comment.