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.

tenantId
string

Whether to constrain the search to a specified Shipium tenantId.

orderId
array of strings

Order ids to constrain results by.

orderId
ADD string

associatedIdentifier
array of strings

Search by associated identifiers. Identifiers are not constrained to be unique across orders.

associatedIdentifier
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

orderStatus
array of strings

Order statuses to constrain results by

open
open_split
complete
complete_multiship
cancelled
partial_ship
error

carrierTrackingId
array of strings

Carrier tracking ids to constrain results by

carrierTrackingId
ADD string

anchor
string

Identifier for the current page of data.

count
int32

The number results to include on each page of the response

X-DELEGATED-PARTNER-ID
string

``200 The results of the order.

``400 Invalid inputs were provided.

Updated 26 days ago


ShellNodeRubyPHPPython

Bearer

xxxxxxxxxx

curl --request GET \

--url https://api.shipium.com/api/v1/packShip/order \

--header 'accept: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

200 ``400`

Updated 26 days ago