Request parameters for getTransportDetails operation in FbaInboundApi.

Export

FbaInboundApiGetTransportDetailsRequest

interface FbaInboundApiGetTransportDetailsRequest {
    shipmentId: string;
}

Properties

Properties

shipmentId: string

A shipment identifier originally returned by the createInboundShipmentPlan operation.

Memberof

FbaInboundApiGetTransportDetails