Request parameters for createInboundShipment operation in FbaInboundApi.

Export

FbaInboundApiCreateInboundShipmentRequest

interface FbaInboundApiCreateInboundShipmentRequest {
    body: InboundShipmentRequest;
    shipmentId: string;
}

Properties

Properties

The request schema for the InboundShipmentRequest operation.

Memberof

FbaInboundApiCreateInboundShipment

shipmentId: string

A shipment identifier originally returned by the createInboundShipmentPlan operation.

Memberof

FbaInboundApiCreateInboundShipment