General information about a fulfillment order, including its status.

FulfillmentOrder

interface FulfillmentOrder {
    codSettings?: CODSettings;
    deliveryWindow?: DeliveryWindow;
    destinationAddress: Address;
    displayableOrderComment: string;
    displayableOrderDate: string;
    displayableOrderId: string;
    featureConstraints?: FeatureSettings[];
    fulfillmentAction?: FulfillmentAction;
    fulfillmentOrderStatus: FulfillmentOrderStatus;
    fulfillmentPolicy?: FulfillmentPolicy;
    marketplaceId: string;
    notificationEmails?: string[];
    receivedDate: string;
    sellerFulfillmentOrderId: string;
    shippingSpeedCategory: ShippingSpeedCategory;
    statusUpdatedDate: string;
}

Properties

codSettings?: CODSettings

FulfillmentOrder

deliveryWindow?: DeliveryWindow

FulfillmentOrder

destinationAddress: Address

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

featureConstraints?: FeatureSettings[]

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

FulfillmentOrder

fulfillmentAction?: FulfillmentAction

FulfillmentOrder

fulfillmentOrderStatus: FulfillmentOrderStatus

FulfillmentOrder

fulfillmentPolicy?: FulfillmentPolicy

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: ShippingSpeedCategory

FulfillmentOrder

statusUpdatedDate: string

Date timestamp

FulfillmentOrder