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

    The request body schema for the createContainerLabel operation.

    interface CreateContainerLabelRequest {
        carrierId: "SWA";
        packages: Package[];
        sellingParty: PartyIdentification;
        shipFromParty: PartyIdentification;
        vendorContainerId: string;
    }
    Index

    Properties

    carrierId: "SWA"
    packages: Package[]

    An array of package objects in a container.

    sellingParty: PartyIdentification
    shipFromParty: PartyIdentification
    vendorContainerId: string

    The unique, vendor-provided identifier for the container.