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

    Interface OrderListItem

    Represents a single order in the order list response

    interface OrderListItem {
        booking_sn?: string;
        order_sn: string;
        order_status?: OrderStatus;
    }
    Index

    Properties

    booking_sn?: string

    Shopee's unique identifier for a booking. Only returned for advance fulfilment matched order

    order_sn: string

    Shopee's unique identifier for an order

    order_status?: OrderStatus

    The status of the order