Magidoc

shipments
Query

⚠ Beta — The types, behavior, and existence of this item may change without notice. Not recommended for production use.

List of Shipments

Required Scopes: read:shipments

Arguments

#

before

Returns the items in the list that come before the specified cursor.

after

Returns the items in the list that come after the specified cursor.

first

Returns the first n items from the list.

last

Returns the last n items in the list.

reverse

Reverse the order of the underlying list.

sortKey = "CREATED_AT"

The field to use when ordering the underlying list.

Response

#

Returns ShipmentConnection .

Example

#

    
  

3

    
  

3

    
  

3