Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface DirectPurchaseRequest

    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
    channelDetails: ChannelDetails
    labelSpecifications?: RequestedDocumentSpecification
    packages?: Package[]

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

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