refactor(datamart): changes to customer inventory to include specific whse

This commit is contained in:
2025-06-20 11:16:19 -05:00
parent b9ff0a4138
commit 3073df342f
4 changed files with 17 additions and 7 deletions

View File

@@ -28,8 +28,8 @@ const current: any = [
name: "getCustomerInventory",
endpoint: "/api/datamart/getcustomerinventory",
description:
"Returns specific customer inventory based on there address ID.",
criteria: "customer",
"Returns specific customer inventory based on there address ID, with optional to include warehouses, IE 36,41,5. leaving warehouse blank will just pull everything",
criteria: "customer,whseToInclude",
},
// {
// name: "getPalletLabels",