Selling Partner API SDK for JavaScript
    Preparing search index...

    The payload schema for the getRates operation.

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

    Properties

    containerSpecifications: ContainerSpecification[]

    A list of container specifications.

    serviceTypes: ServiceType[]

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

    shipDate?: string

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

    shipFrom: Address
    shipTo: Address