Backorder List#
|Request URL#
|Request Method#
|请求参数#
| Field | Parameter | Type | Required | Description |
|---|
| APPID | appid | String | Yes | Application Client Id |
| Timestamp | gntime | String | Yes | The current UNIX timestamp |
| Signature | gntoken | String | Yes | Signature string. For details, please refer to the Signature Method page. |
| deletion type | sclx | Integer | No | Appendix [Delete Types] for details |
| backorder status | ydzt | Integer | No | status:1directly won |
| number of pages | page | Integer | No | page: 1 |
| number per page | limit | Integer | No | quantity: 20, up to 2,000 |
|Request Demo#
{
"appid": "10xxxxxxxx86f7",
"gntime": 1627975362,
"sclx": "1",
"ydzt": "1",
"gntoken": "C578A676CA3E282113F3A4940476C452"
}
|Response Data#
| Field | Parameter | Type | Description |
|---|
| return code | code | Integer | 1:return successfully -1:return failed |
| return description | msg | String | return the description of request operation |
| return data | data | Object | return the requested operation result data |
|Response Demo#
{
"code": 1,
"msg": "OK",
"data": [
{
"id": "3313997",
"ydfs": "2",
"ym": "heixiaomian.com",
"qian": "28.00",
"uid": "1004",
"sclx": "1",
"scsj": "2021-08-05",
"zt": "0",
"dqian": "3.00",
"fzid": "0",
"sj": "2021-08-02 22:19:55",
"ztstr": "in backorder",
"sclxstr": "Delete",
"fzstr": "ungrouped",
"bz": "",
"dbqian": "0.00"
}
]
}
Modified at 2026-05-08 10:03:13