Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface FulfillmentInboundApiGetBillOfLadingRequest

    Request parameters for getBillOfLading operation in FulfillmentInboundApi.

    interface FulfillmentInboundApiGetBillOfLadingRequest {
        shipmentId: string;
    }
    Index
    shipmentId: string

    A shipment identifier originally returned by the createInboundShipmentPlan operation.