Authorizations
Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization
header prefixed with "Bearer" and then a single space.
Query Parameters
Specify additional fields of the Shipment
object to be included in the response.
See the selecting fields page for more information.
Specify additional fields of the ShipmentItem
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Product
objects to be included in the response. See the selecting fields page for more information.
Specify additional fields of the OrderItem
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Order
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the OrderItem
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Shipment
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Merchant
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Brand
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the OrderAddress
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the OrderStatusHistory
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Warehouse
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the ShipmentPackage
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the ShipmentPackageItem
object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the ShipmentPackingSolution
object to be included in the response. See the selecting fields page for more information.
Using the filtering syntax, you may filter the results using the following fields:
id
unique_id
created_at
updated_at
packed_at
The default sort order is descending by primary key (sort=-id
).
The following fields are available for sorting:
id
unique_id
created_at
updated_at
packed_at
merchant_id
If specified as 1
, the meta.count
property of the response will be present and populated with the total count of items
matching the query before any paging is applied. This is not included by default to improve performance in some edge
cases and is not required to perform paging using the next
property of the response.
See paging parameters for more information.
0 <= x <= 1
A cursor for use in pagination which defines the last id
of the next page of results, non-inclusive.
See paging parameters for more information on paging.
A cursor for use in pagination which defines the starting id
of the next page of results.
See paging parameters for more information on paging.
A limit on the number of objects to be returned.
1 <= x <= 1000
100
Response
A dictionary with a collection
property that contains an array of up to
limit
Shipment
objects. If no shipments are found the array will be empty.
A list of Shipment
objects.
Lists of referenced objects included by specifying optional fields. See the selecting fields page for more information.
True if the collection has more items on the next page. Use the "next" link to retrieve the next page of results.
The resource path for the next page of results if any are expected.
The resource path for the previous page of results if any are expected.
Additional metadata pertaining to the response.