The shipment related data.

Shipment

interface ShippingApiModelShipment {
    acceptedRate?: ShippingApiModelAcceptedRate;
    clientReferenceId: string;
    containers: ShippingApiModelContainer[];
    shipFrom: ShippingApiModelAddress;
    shipmentId: string;
    shipper?: ShippingApiModelParty;
    shipTo: ShippingApiModelAddress;
}

Properties

Shipment

clientReferenceId: string

Client reference id.

Shipment

A list of container.

Shipment

Shipment

shipmentId: string

The unique shipment identifier.

Shipment

Shipment

Shipment

MMNEPVFCICPMFPCPTTAAATR