Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetBookingListBooking

    GetBookingListBooking sub-interface for GetBookingListResponseData

    interface GetBookingListBooking {
        booking_sn?: string;
        booking_status?: string | number;
        next_cursor?: string;
        order_sn?: string;
    }
    Index

    Properties

    booking_sn?: string

    Shopee's unique identifier for a booking.

    booking_status?: string | number

    The booking_status filter for retrieving booking and each one only every request. Available value: READY_TO_SHIP/PROCESSED/SHIPPED/CANCELLED/MATCHED

    next_cursor?: string

    If more is true, you should pass the next_cursor in the next request as cursor. The value of next_cursor will be empty string when more is false.

    order_sn?: string

    Shopee's unique identifier for an order. Only return if booking_status is MATCHED.