Interface FulfillmentOutboundApiModelFulfillmentPreview

Information about a fulfillment order preview, including delivery and fee information based on shipping method.

FulfillmentPreview

interface FulfillmentOutboundApiModelFulfillmentPreview {
    estimatedFees?: FulfillmentOutboundApiModelFee[];
    estimatedShippingWeight?: FulfillmentOutboundApiModelWeight;
    featureConstraints?: FulfillmentOutboundApiModelFeatureSettings[];
    fulfillmentPreviewShipments?: FulfillmentOutboundApiModelFulfillmentPreviewShipment[];
    isCODCapable: boolean;
    isFulfillable: boolean;
    marketplaceId: string;
    orderUnfulfillableReasons?: string[];
    scheduledDeliveryInfo?: FulfillmentOutboundApiModelScheduledDeliveryInfo;
    shippingSpeedCategory:
        | FulfillmentOutboundApiModelShippingSpeedCategory
        | "Standard"
        | "Expedited"
        | "Priority"
        | "ScheduledDelivery";
    unfulfillablePreviewItems?: FulfillmentOutboundApiModelUnfulfillablePreviewItem[];
}

Properties

An array of fee type and cost pairs.

FulfillmentPreview

estimatedShippingWeight?: FulfillmentOutboundApiModelWeight

FulfillmentPreview

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

FulfillmentPreview

An array of fulfillment preview shipment information.

FulfillmentPreview

isCODCapable: boolean

When true, this fulfillment order preview is for COD (Cash On Delivery).

FulfillmentPreview

isFulfillable: boolean

When true, this fulfillment order preview is fulfillable.

FulfillmentPreview

marketplaceId: string

The marketplace the fulfillment order is placed against.

FulfillmentPreview

orderUnfulfillableReasons?: string[]

String list

FulfillmentPreview

FulfillmentPreview

shippingSpeedCategory:
    | FulfillmentOutboundApiModelShippingSpeedCategory
    | "Standard"
    | "Expedited"
    | "Priority"
    | "ScheduledDelivery"

FulfillmentPreview

An array of unfulfillable preview item information.

FulfillmentPreview

MMNEPVFCICPMFPCPTTAAATR