Request parameters for getPreorderInfo operation in FbaInboundApi.

Export

FbaInboundApiGetPreorderInfoRequest

interface FbaInboundApiGetPreorderInfoRequest {
    marketplaceId: string;
    shipmentId: string;
}

Properties

marketplaceId: string

A marketplace identifier. Specifies the marketplace the shipment is tied to.

Memberof

FbaInboundApiGetPreorderInfo

shipmentId: string

A shipment identifier originally returned by the createInboundShipmentPlan operation.

Memberof

FbaInboundApiGetPreorderInfo