The request body schema for the getFulfillmentPreview operation.

Export

GetFulfillmentPreviewRequest

interface GetFulfillmentPreviewRequest {
    address: Address;
    featureConstraints?: FeatureSettings[];
    includeCODFulfillmentPreview?: boolean;
    includeDeliveryWindows?: boolean;
    items: GetFulfillmentPreviewItem[];
    marketplaceId?: string;
    shippingSpeedCategories?: ShippingSpeedCategory[];
}

Properties

address: Address

Memberof

GetFulfillmentPreviewRequest

featureConstraints?: FeatureSettings[]

A list of features and their fulfillment policies to apply to the order.

Memberof

GetFulfillmentPreviewRequest

includeCODFulfillmentPreview?: boolean

When true, returns all fulfillment order previews both for COD and not for COD. Otherwise, returns only fulfillment order previews that are not for COD.

Memberof

GetFulfillmentPreviewRequest

includeDeliveryWindows?: boolean

When true, returns the ScheduledDeliveryInfo response object, which contains the available delivery windows for a Scheduled Delivery. The ScheduledDeliveryInfo response object can only be returned for fulfillment order previews with ShippingSpeedCategories = ScheduledDelivery.

Memberof

GetFulfillmentPreviewRequest

An array of fulfillment preview item information.

Memberof

GetFulfillmentPreviewRequest

marketplaceId?: string

The marketplace the fulfillment order is placed against.

Memberof

GetFulfillmentPreviewRequest

shippingSpeedCategories?: ShippingSpeedCategory[]

Memberof

GetFulfillmentPreviewRequest