feat(datamart): new query to check if the city state will be valid to process in tms

This commit is contained in:
2025-05-15 21:14:51 -05:00
parent f4a91614c1
commit 78c5da8e81
5 changed files with 95 additions and 0 deletions

View File

@@ -95,6 +95,14 @@ const current: any = [
"Returns all open orders to correct and resubmit, leaving blank will get everything putting an address only returns the specified address",
criteria: "address", // uncomment this out once the improt process can be faster
},
{
name: "Address Corrections",
endpoint: "/api/datamart/getaddressdata",
// description: "Returns all inventory, by default excludes running numebrs, also excludes inv locations.",
description:
"Returns all addresses that will not process correctly in tms due to incorrect city state setup.",
//criteria: "address", // uncomment this out once the improt process can be faster
},
];
app.openapi(