Result for the get preorder info operation

Export

GetPreorderInfoResult

interface GetPreorderInfoResult {
    ConfirmedFulfillableDate?: string;
    NeedByDate?: string;
    ShipmentConfirmedForPreorder?: boolean;
    ShipmentContainsPreorderableItems?: boolean;
}

Properties

ConfirmedFulfillableDate?: string

Type containing date in string format

Memberof

GetPreorderInfoResult

NeedByDate?: string

Type containing date in string format

Memberof

GetPreorderInfoResult

ShipmentConfirmedForPreorder?: boolean

Indicates whether this shipment has been confirmed for pre-order.

Memberof

GetPreorderInfoResult

ShipmentContainsPreorderableItems?: boolean

Indicates whether the shipment contains items that have been enabled for pre-order. For more information about enabling items for pre-order, see the Seller Central Help.

Memberof

GetPreorderInfoResult