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

    Type Alias GetUnbindOrderListParams

    Parameters for get_unbind_order_list

    type GetUnbindOrderListParams = {
        cursor?: string;
        page_size?: number;
        response_optional_fields?: string;
    }
    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

    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.