OptionalcursorSpecifies the starting entry of data to return in the current call. The default is empty. If the data is more than one page, the offset can be some entry to start the next call.
Optionallogistics_The identity of logistic channel. Valid only for BR.
Optionalorder_The order_status filter for retriveing orders and each one only every request. Available value: UNPAID/READY_TO_SHIP/PROCESSED/SHIPPED/COMPLETED/IN_CANCEL/CANCELLED/INVOICE_PENDING
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.The limit of page_size if between 1 and 100.
Optionalrequest_Compatible parameter during migration period, send True will let API support PENDING status, send False or don’t send will fallback to old logic.
Optionalresponse_Optional fields in response. Available value: order_status.
The time_from and time_to fields specify a date range for retrieving orders (based on the time_range_field). The time_from field is the starting date range. The maximum date range that may be specified with the time_from and time_to fields is 15 days.
The kind of time_from and time_to. Available value: create_time, update_time.
The time_from and time_to fields specify a date range for retrieving orders (based on the time_range_field). The time_from field is the starting date range. The maximum date range that may be specified with the time_from and time_to fields is 15 days.
Request parameters for get_order_list
Use this api to search orders. You may also filter them by status, if needed.