The request schema for the GetShipmentLabels operation.

TransportationLabels

interface TransportationLabels {
    pagination?: Pagination;
    transportLabels?: TransportLabel[];
}

Properties

pagination?: Pagination

TransportationLabels

transportLabels?: TransportLabel[]

A list of one or more ShipmentLabels.

TransportationLabels