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

    Interface BookingDetail

    Booking detail information

    interface BookingDetail {
        booking_sn: string;
        booking_status: string;
        create_time: number;
        logistics_channel_id: number;
        order_sn: string;
        package_list: string[];
        update_time: number;
    }
    Index

    Properties

    booking_sn: string

    Shopee's unique identifier for a booking

    booking_status: string

    The booking status

    create_time: number

    Creation time of the booking

    logistics_channel_id: number

    The identity of logistic channel

    order_sn: string

    Shopee's unique identifier for an order

    package_list: string[]

    The list of packages in the booking

    update_time: number

    Update time of the booking