Selling Partner API SDK for JavaScript
    Preparing search index...

    Information about how the order is being processed, packed, and shipped to the customer.

    interface OrderFulfillment {
        deliverByWindow?: DateTimeRange;
        fulfilledBy?: string;
        fulfillmentServiceLevel?: string;
        fulfillmentStatus: FulfillmentStatus;
        shipByWindow?: DateTimeRange;
    }
    Index

    Properties

    deliverByWindow?: DateTimeRange
    fulfilledBy?: string

    Specifies whether Amazon or the merchant is responsible for fulfilling this order. Possible values: AMAZON, MERCHANT.

    fulfillmentServiceLevel?: string

    The category of the shipping speed option selected by the customer at checkout. Possible values: EXPEDITED, FREE_ECONOMY, NEXT_DAY, PRIORITY, SAME_DAY, SECOND_DAY, SCHEDULED, STANDARD.

    fulfillmentStatus: FulfillmentStatus
    shipByWindow?: DateTimeRange