The new version 20250310 is available.
20250310
curl --location --request GET 'https://shopapi.geckodistribution.com/api/open/order/list?type=cart' \ --header 'version;' \ --header 'token;'
{ "status": "0", "message": "Operation successful.", "data": { "orderList": [ { "orderno": "string", "waybillno": "string", "skuDetailList": [ { "skuid": "string", "qty": 0 } ] } ] } }