For AI agents: visit https://docs.digitalgenius.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Extensiv Get Order By Field
| Name | Type | Description |
|---|
| field | String | The order field to filter on (e.g., referenceNum, poNum, externalId). |
| value | String | The value to match against the chosen field. |
| access_token | Credentials | Bearer token used to authenticate with the WMS API. |
| detail | String | Optional. Order-level detail to include (None, All, etc.). Default None. |
| itemdetail | String | Optional. Item-level detail to include (None, All, etc.). Default None. |
| Name | Type | Description |
|---|
| success | Boolean | Indicates whether the API call succeeded without error. |
| totalResults | Number | The number of matching orders returned by the API. |
| isFound | Boolean | True if one or more orders were found, false if none matched. |
| order | Object | The first matching order, excluding the internal readOnly block. |