Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The request body schema for the updateOrderStatus operation.

    interface UpdateOrderStatusRequest {
        status: string;
    }
    Index
    status: string

    The current status of the fulfillment order. Possible values: PROCESSING, COMPLETE, COMPLETE_PARTIAL, CANCELLED, UNFULFILLABLE, INVALID.