Interface FulfillmentOutboundApiModelFulfillmentOrder

General information about a fulfillment order, including its status.

FulfillmentOrder

interface FulfillmentOutboundApiModelFulfillmentOrder {
    codSettings?: FulfillmentOutboundApiModelCODSettings;
    deliveryWindow?: FulfillmentOutboundApiModelDeliveryWindow;
    destinationAddress: FulfillmentOutboundApiModelAddress;
    displayableOrderComment: string;
    displayableOrderDate: string;
    displayableOrderId: string;
    featureConstraints?: FulfillmentOutboundApiModelFeatureSettings[];
    fulfillmentAction?: FulfillmentOutboundApiModelFulfillmentAction | "Ship" | "Hold";
    fulfillmentOrderStatus:
        | "Processing"
        | FulfillmentOutboundApiModelFulfillmentOrderStatus
        | "New"
        | "Received"
        | "Planning"
        | "Cancelled"
        | "Complete"
        | "CompletePartialled"
        | "Unfulfillable"
        | "Invalid";
    fulfillmentPolicy?:
        | FulfillmentOutboundApiModelFulfillmentPolicy
        | "FillOrKill"
        | "FillAll"
        | "FillAllAvailable";
    marketplaceId: string;
    notificationEmails?: string[];
    receivedDate: string;
    sellerFulfillmentOrderId: string;
    shippingSpeedCategory:
        | FulfillmentOutboundApiModelShippingSpeedCategory
        | "Standard"
        | "Expedited"
        | "Priority"
        | "ScheduledDelivery";
    statusUpdatedDate: string;
}

Properties

FulfillmentOrder

FulfillmentOrder

FulfillmentOrder

displayableOrderComment: string

A text block submitted with the createFulfillmentOrder operation. Displays in recipient-facing materials such as the packing slip.

FulfillmentOrder

displayableOrderDate: string

Date timestamp

FulfillmentOrder

displayableOrderId: string

A fulfillment order identifier submitted with the createFulfillmentOrder operation. Displays as the order identifier in recipient-facing materials such as the packing slip.

FulfillmentOrder

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

FulfillmentOrder

fulfillmentAction?: FulfillmentOutboundApiModelFulfillmentAction | "Ship" | "Hold"

FulfillmentOrder

fulfillmentOrderStatus:
    | "Processing"
    | FulfillmentOutboundApiModelFulfillmentOrderStatus
    | "New"
    | "Received"
    | "Planning"
    | "Cancelled"
    | "Complete"
    | "CompletePartialled"
    | "Unfulfillable"
    | "Invalid"

FulfillmentOrder

fulfillmentPolicy?:
    | FulfillmentOutboundApiModelFulfillmentPolicy
    | "FillOrKill"
    | "FillAll"
    | "FillAllAvailable"

FulfillmentOrder

marketplaceId: string

The identifier for the marketplace the fulfillment order is placed against.

FulfillmentOrder

notificationEmails?: string[]

A list of email addresses that the seller provides that are used by Amazon to send ship-complete notifications to recipients on behalf of the seller.

FulfillmentOrder

receivedDate: string

Date timestamp

FulfillmentOrder

sellerFulfillmentOrderId: string

The fulfillment order identifier submitted with the createFulfillmentOrder operation.

FulfillmentOrder

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

FulfillmentOrder

statusUpdatedDate: string

Date timestamp

FulfillmentOrder

MMNEPVFCICPMFPCPTTAAATR