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

    The request body schema for the getDeliveryOfferings operation.

    interface GetDeliveryOfferingsRequest {
        destinationAddress: VariablePrecisionAddress;
        quantity?: DeliveryQuantity;
        sellerSku: string;
        shipFromCountryCode: string;
    }
    Index

    Properties

    destinationAddress: VariablePrecisionAddress
    quantity?: DeliveryQuantity
    sellerSku: string

    The seller SKU of the item.

    shipFromCountryCode: string

    The two digit country code the items should ship from. In ISO 3166-1 alpha-2 format.