{ "item_code": "DD_I_111", "page": 1, "page_size": 10 }
curl --location --request POST 'http://127.0.0.1/topapi/appstore/internal/unfinishedorder/list?suite_access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "item_code": "DD_I_111", "page": 1, "page_size": 10 }'
{ "result": { "total": 0, "items": [ { "create_timestamp": 0, "paid_timestamp": 0, "quantity": 0, "status": 0, "total_actual_pay_fee": 0, "item_code": "string", "corp_id": "string", "biz_order_id": 0, "goods_code": "string" } ] }, "errcode": 0, "errmsg": "string" }