The request body for the createShippingLabels operation.

CreateShippingLabelsRequest

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

Properties

containers?: Container[]

A list of the packages in this shipment.

CreateShippingLabelsRequest

sellingParty: PartyIdentification

CreateShippingLabelsRequest

shipFromParty: PartyIdentification

CreateShippingLabelsRequest