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

    Interface GetUnbindOrderListRequest

    Request parameters for get_unbind_order_list

    Use this api to get unbind order list. It will only return orders unbound to first-mile that were created within the past 6 months.

    interface GetUnbindOrderListRequest {
        cursor?: string;
        page_size?: number;
        response_optional_fields?: string | number;
    }
    Index

    Properties

    cursor?: string

    Specifies the starting entry of data to return in the current call. Default is "". If data is more than one page, the offset can be some entry to start next call.

    page_size?: number

    Each result set is returned as a page of entries. Use the "page_size" filters to control the maximum number of entries to retrieve per page (i.e., per call). This integer value is used to specify the maximum number of entries to return in a single "page" of data. limit [1, 100]

    response_optional_fields?: string | number

    Indicate response fields you want to get. Please select from the below response parameters. If you input an object field, all the params under it will be included automatically in the response. If there are multiple response fields you want to get, you need to use English comma to connect them. Available values: logistics_status,package_number.