The request body schema for the createContainerLabel operation.

CreateContainerLabelRequest

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

Properties

carrierId: "SWA"

CreateContainerLabelRequest

packages: Package[]

Array of package object in order to associate shipments packages with given container.

CreateContainerLabelRequest

sellingParty: PartyIdentification

CreateContainerLabelRequest

shipFromParty: PartyIdentification

CreateContainerLabelRequest

vendorContainerId: string

unique identifier for the container provided by the vendor.

CreateContainerLabelRequest