Extensiv Get Order By Field

Retrieves an order from the WMS API by a given field and value.

Inputs

NameTypeDescription
fieldStringThe order field to filter on (e.g., referenceNum, poNum, externalId).
valueStringThe value to match against the chosen field.
access_tokenCredentialsBearer token used to authenticate with the WMS API.
detailStringOptional. Order-level detail to include (None, All, etc.). Default None.
itemdetailStringOptional. Item-level detail to include (None, All, etc.). Default None.

Outputs

NameTypeDescription
successBooleanIndicates whether the API call succeeded without error.
totalResultsNumberThe number of matching orders returned by the API.
isFoundBooleanTrue if one or more orders were found, false if none matched.
orderObjectThe first matching order, excluding the internal readOnly block.