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

    The request schema for the directPurchaseShipment operation. When the channel type is Amazon, the shipTo address is not required and will be ignored.

    interface DirectPurchaseRequest {
        channelDetails: ChannelDetails;
        labelSpecifications?: RequestedDocumentSpecification;
        packages?: Package[];
        returnTo?: Address;
        shipFrom?: Address;
        shipTo?: Address;
    }
    Index

    Properties

    channelDetails: ChannelDetails
    labelSpecifications?: RequestedDocumentSpecification
    packages?: Package[]

    A list of packages to be shipped through a shipping service offering.

    returnTo?: Address
    shipFrom?: Address
    shipTo?: Address