Request parameters for confirmPreorder operation in FbaInboundApi.

Export

FbaInboundApiConfirmPreorderRequest

interface FbaInboundApiConfirmPreorderRequest {
    marketplaceId: string;
    needByDate: string;
    shipmentId: string;
}

Properties

marketplaceId: string

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

Memberof

FbaInboundApiConfirmPreorder

needByDate: string

Date that the shipment must arrive at the Amazon fulfillment center to avoid delivery promise breaks for pre-ordered items. Must be in YYYY-MM-DD format. The response to the getPreorderInfo operation returns this value.

Memberof

FbaInboundApiConfirmPreorder

shipmentId: string

A shipment identifier originally returned by the createInboundShipmentPlan operation.

Memberof

FbaInboundApiConfirmPreorder