Shipment identifier including carrier and account

interface FullShipmentIdentifier {
    account_number?: null | string;
    carrier: CarrierName;
    shipment: ShipmentIdentifier;
    [field_name: string]: undefined | JsonValue;
}

Hierarchy (View Summary)

Indexable

Properties

account_number?: null | string

The account number used to make the shipment

carrier: CarrierName

The carrier who is taking the shipment

An ID for shipment