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.
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.
| Parameter | Type | Required | Description |
|---|
credentialId | string | Yes | Saved Apprise credential identifier |
orderNumber | string | Yes | Exact ERP order number, not Customer PO; preserved without normalization |
| Parameter | Type | Description |
|---|
credentialId | string | credentialId output from the tool |
requestedOrderNumber | string | requestedOrderNumber output from the tool |
systemID | string | systemID output from the tool |
company | string | company output from the tool |
observedAt | string | observedAt output from the tool |
header | object | header output from the tool |
rowCount | number | rowCount output from the tool |
lines | array | lines output from the tool |
scope | object | scope output from the tool |
Read inventory by SKU over native HTTP using a saved Apprise credential. Completeness and pagination remain unverified.
| Parameter | Type | Required | Description |
|---|
credentialId | string | Yes | Saved Apprise credential identifier |
sku | string | Yes | No description |
location | string | No | Only blank (observed default) is supported; omit or leave empty |
zone | string | No | Only blank (observed default) is supported; ALL is unsupported |
uom | string | No | Only Each is supported (default); EA is unsupported |
limit | number | Yes | No description |
| Parameter | Type | Description |
|---|
credentialId | string | credentialId output from the tool |
sku | string | Requested SKU; identity is request-correlated, not provider-echo-verified |
productName | string | Fresh provider product name from the inventory response |
systemID | string | systemID output from the tool |
company | string | company output from the tool |
observedAt | string | observedAt output from the tool |
rowCount | number | rowCount output from the tool |
locations | array | locations output from the tool |
scope | object | Identity 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.
| Parameter | Type | Required | Description |
|---|
credentialId | string | Yes | Saved Apprise credential identifier |
customerPo | string | Yes | Exact Customer PO, including leading zeros; preserved without normalization. Customer is fixed to tmdirect. |
| Parameter | Type | Description |
|---|
credentialId | string | credentialId output from the tool |
customerPo | string | customerPo output from the tool |
systemID | string | systemID output from the tool |
company | string | company output from the tool |
observedAt | string | observedAt output from the tool |
rowCount | number | rowCount output from the tool |
matches | array | matches output from the tool |
scope | object | scope output from the tool |