Extensiv Get Order By Field
Retrieves an order from the WMS API by a given field and value.
Inputs
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 . |
Outputs
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. |
Updated about 2 hours ago