refactor(datamart): changes to customer inventory to include specific whse
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user