get http://{{fulfillment_url}}/api/v1/arrival-orders
The following fields return in the responseBody the possible values by which the search can be filtered.
In case you want to clean the search, they should not be sent in the request.
FIELDS
search
* It is used when you want to find a text within the values of the fields: "orders.aoNumber".
filters[inventoryStatus][]
It is used when you want to find a specific state in the field "orders.products.inventoryStatus".
Example: not_received
filters[status][]
It is used when you want to find a specific state in the field "orders.status".
Example: pending