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

    Variable SearchOrdersFulfillmentStatusesEnumConst

    SearchOrdersFulfillmentStatusesEnum: {
        Cancelled: "CANCELLED";
        PartiallyShipped: "PARTIALLY_SHIPPED";
        Pending: "PENDING";
        PendingAvailability: "PENDING_AVAILABILITY";
        Shipped: "SHIPPED";
        Unfulfillable: "UNFULFILLABLE";
        Unshipped: "UNSHIPPED";
    } = ...

    Type Declaration

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