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

    The request body for the createShippingLabels operation.

    interface CreateShippingLabelsRequest {
        containers?: Container[];
        sellingParty: PartyIdentification;
        shipFromParty: PartyIdentification;
    }
    Index

    Properties

    containers?: Container[]

    A list of the packages in this shipment.

    sellingParty: PartyIdentification
    shipFromParty: PartyIdentification