Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 2.68 KB

listshipmentsrequest.md

File metadata and controls

21 lines (16 loc) · 2.68 KB

ListShipmentsRequest

Example Usage

import { ListShipmentsRequest } from "shippo/models/operations";

let value: ListShipmentsRequest = {};

Fields

Field Type Required Description
pageToken string The page token for paginated results
page number The page number you want to select
results number The number of results to return per page (max 100)
objectCreatedGt string Object(s) created greater than a provided date and time.
objectCreatedGte string Object(s) created greater than or equal to a provided date and time.
objectCreatedLt string Object(s) created lesser than a provided date and time.
objectCreatedLte string Object(s) created lesser than or equal to a provided date and time.