The payload schema for the getRates operation.

GetRatesRequest

interface GetRatesRequest {
    containerSpecifications: ContainerSpecification[];
    serviceTypes: ServiceType[];
    shipDate?: string;
    shipFrom: Address;
    shipTo: Address;
}

Properties

containerSpecifications: ContainerSpecification[]

A list of container specifications.

GetRatesRequest

serviceTypes: ServiceType[]

A list of service types that can be used to send the shipment.

GetRatesRequest

shipDate?: string

The start date and time. This defaults to the current date and time.

GetRatesRequest

shipFrom: Address

GetRatesRequest

shipTo: Address

GetRatesRequest