Selling Partner API SDK for JavaScript
    Preparing search index...
    FulfillmentStatus: {
        Cancelled: "CANCELLED";
        PartiallyShipped: "PARTIALLY_SHIPPED";
        Pending: "PENDING";
        PendingAvailability: "PENDING_AVAILABILITY";
        Shipped: "SHIPPED";
        Unfulfillable: "UNFULFILLABLE";
        Unshipped: "UNSHIPPED";
    } = ...

    The current fulfillment status of an order, indicating where the order is in the fulfillment process from placement to handover to carrier.

    Type Declaration

    • ReadonlyCancelled: "CANCELLED"
    • ReadonlyPartiallyShipped: "PARTIALLY_SHIPPED"
    • ReadonlyPending: "PENDING"
    • ReadonlyPendingAvailability: "PENDING_AVAILABILITY"
    • ReadonlyShipped: "SHIPPED"
    • ReadonlyUnfulfillable: "UNFULFILLABLE"
    • ReadonlyUnshipped: "UNSHIPPED"