Result of an inbound shipment operation

InboundShipmentResult

interface InboundShipmentResult {
    ShipmentId: string;
}

Properties

Properties

ShipmentId: string

The shipment identifier submitted in the request.

InboundShipmentResult