Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Type Alias OrderStatus

    OrderStatus:
        | "UNPAID"
        | "READY_TO_SHIP"
        | "PROCESSED"
        | "RETRY_SHIP"
        | "SHIPPED"
        | "TO_CONFIRM_RECEIVE"
        | "IN_CANCEL"
        | "CANCELLED"
        | "TO_RETURN"
        | "COMPLETED"

    The status of an order

    Type Declaration

    • "UNPAID"

      Order is created, buyer has not paid yet

    • "READY_TO_SHIP"

      Seller can arrange shipment

    • "PROCESSED"

      Seller has arranged shipment online and got tracking number from 3PL

    • "RETRY_SHIP"

      3PL pickup parcel fail. Need to re arrange shipment

    • "SHIPPED"

      The parcel has been drop to 3PL or picked up by 3PL

    • "TO_CONFIRM_RECEIVE"

      The order has been received by buyer

    • "IN_CANCEL"

      The order's cancelation is under processing

    • "CANCELLED"

      The order has been canceled

    • "TO_RETURN"

      The buyer requested to return the order and order's return is processing

    • "COMPLETED"

      The order has been completed