The payload schema for the getRates operation.

GetRatesRequest

interface ShippingApiModelGetRatesRequest {
    containerSpecifications: ShippingApiModelContainerSpecification[];
    serviceTypes: (
        | ShippingApiModelServiceType
        | "Amazon Shipping Ground"
        | "Amazon Shipping Standard"
        | "Amazon Shipping Premium"
    )[];
    shipDate?: string;
    shipFrom: ShippingApiModelAddress;
    shipTo: ShippingApiModelAddress;
}

Properties

containerSpecifications: ShippingApiModelContainerSpecification[]

A list of container specifications.

GetRatesRequest

serviceTypes: (
    | ShippingApiModelServiceType
    | "Amazon Shipping Ground"
    | "Amazon Shipping Standard"
    | "Amazon Shipping Premium"
)[]

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

GetRatesRequest

GetRatesRequest

MMNEPVFCICPMFPCPTTAAATR