GetShipmentRatesOptions: {
    createdAtStart?: string;
    shipmentId: string;
}

Type declaration

  • Optional createdAtStart?: string

    Date to filter rates by (they must be more recent than this date if passed)

    Example

    "2019-03-12T19:24:13.657Z"
    
  • shipmentId: string

    shipmentId is the unique identifier of the shipment to retrieve.

Generated using TypeDoc