Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 8.8 KB

File metadata and controls

14 lines (11 loc) · 8.8 KB

ListOrdersRequest

Fields

Field Type Required Description Example
Page long The page number you want to select
Results long The number of results to return per page (max 100)
ShippoApiVersion string Optional string used to pick a non-default API version to use. See our API version guide. 2018-02-08
OrderStatus List<OrderStatusEnum> Filter orders by order status
ShopApp OrderShopAppEnum Filter orders by shop app Shippo
StartDate string Filter orders created after the input date and time (ISO 8601 UTC format). This is based on the
placed_at field, meaning when the order has been placed, not when the order object was created.
EndDate string Filter orders created before the input date and time (ISO 8601 UTC format). This is based on the
placed_at field, meaning when the order has been placed, not when the order object was created.