Request parameters for getBillOfLading operation in FbaInboundApi.

Export

FbaInboundApiGetBillOfLadingRequest

interface FbaInboundApiGetBillOfLadingRequest {
    shipmentId: string;
}

Properties

Properties

shipmentId: string

A shipment identifier originally returned by the createInboundShipmentPlan operation.

Memberof

FbaInboundApiGetBillOfLading