Search for existing orders.
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
shipiumTenantId
string
Whether to constrain the search to a specified Shipium tenantId.
associatedIdentifiers
array of strings
Search by associated identifiers. Identifiers are not constrained to be unique across orders.
associatedIdentifiers
ADD string
fromDate
date-time
Bounds of the oldest orderDate to search for orders on
toDate
date-time
Bounds of the newest orderDate to search for orders on
orderStatuses
array of strings
Order statuses to constrain results by
open open_split complete complete_multiship cancelled partial_ship error
include
array of strings
All fields that should be included in the response. If this is not provided, all fields will be returned (other parameters may still filter fields).
include
ADD string
anchor
string
Identifier for the current page of data.
count
int32
The number results to include on each page of the response
`200 The results of the order.
`400 Invalid inputs were provided.
xxxxxxxxxx
curl --request GET \
--url https://api.shipium.com/api/v1/deliveryexperience/order/search \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200400
Updated 26 days ago