Apprise ERP

Read inventory, exact ERP order details, and exact Customer PO matches for fixed customer tmdirect over native HTTP using saved credentials. PO results are bounded to the first page; snapshot consistency is unverified. No match is not proof of rejected import.

Tools

Get order details by exact ERP order number over native HTTP. Customer PO search is unsupported; completeness and pagination are unverified. The durable order_search ID now requires credentialId/orderNumber.

Input

ParameterTypeRequiredDescription
credentialIdstringYesSaved Apprise credential identifier
orderNumberstringYesExact ERP order number, not Customer PO; preserved without normalization

Output

ParameterTypeDescription
credentialIdstringcredentialId output from the tool
requestedOrderNumberstringrequestedOrderNumber output from the tool
systemIDstringsystemID output from the tool
companystringcompany output from the tool
observedAtstringobservedAt output from the tool
headerobjectheader output from the tool
rowCountnumberrowCount output from the tool
linesarraylines output from the tool
scopeobjectscope output from the tool

apprise_inventory_query

Read inventory by SKU over native HTTP using a saved Apprise credential. Completeness and pagination remain unverified.

Input

ParameterTypeRequiredDescription
credentialIdstringYesSaved Apprise credential identifier
skustringYesNo description
locationstringNoOnly blank (observed default) is supported; omit or leave empty
zonestringNoOnly blank (observed default) is supported; ALL is unsupported
uomstringNoOnly Each is supported (default); EA is unsupported
limitnumberYesNo description

Output

ParameterTypeDescription
credentialIdstringcredentialId output from the tool
skustringRequested SKU; identity is request-correlated, not provider-echo-verified
productNamestringFresh provider product name from the inventory response
systemIDstringsystemID output from the tool
companystringcompany output from the tool
observedAtstringobservedAt output from the tool
rowCountnumberrowCount output from the tool
locationsarraylocations output from the tool
scopeobjectIdentity is request-correlated; completeness and pagination are unverified

Read exact Customer PO matches for fixed customer tmdirect over native HTTP. Bounded first page only (fewer than 50 rows); snapshot consistency unverified. No match is not proof of rejected import. No order selection or browser fallback.

Input

ParameterTypeRequiredDescription
credentialIdstringYesSaved Apprise credential identifier
customerPostringYesExact Customer PO, including leading zeros; preserved without normalization. Customer is fixed to tmdirect.

Output

ParameterTypeDescription
credentialIdstringcredentialId output from the tool
customerPostringcustomerPo output from the tool
systemIDstringsystemID output from the tool
companystringcompany output from the tool
observedAtstringobservedAt output from the tool
rowCountnumberrowCount output from the tool
matchesarraymatches output from the tool
scopeobjectscope output from the tool

On this page