Result of an inbound shipment operation

Export

InboundShipmentResult

interface InboundShipmentResult {
    ShipmentId: string;
}

Properties

Properties

ShipmentId: string

The shipment identifier submitted in the request.

Memberof

InboundShipmentResult