版本:202201
调拨单 列表
GET/openapi/2022-01/center/transfer_orders
请求
Query参数
status int32
Transfer order status.
created_at_min string
Filter transfer orders created at or after date, for example: 2016-01-18T23:41:00Z
created_at_max string
Filter transfer orders created at or before date, for example: 2016-01-18T23:41:00Z
updated_at_min string
Filter transfer orders last updated at or after date, for example: 2016-01-18T23:41:00Z
updated_at_max string
Filter transfer orders last updated at or before date, for example: 2016-01-18T23:41:00Z
page string
Page number
limit string
Limit per page
ids string
Transfer order ids, eg: "372226531310714835,371900642131722195"
响应
- 200
200
- application/json
- 数据结构
- 示例
- Result
数据结构
- Array [
- ]
countinteger
默认值:
0示例:
1transferOrders object[]
idinteger
默认值:
0示例:
372226531310714800order_nostring
示例:
TF202404230001source_location_idinteger
默认值:
0示例:
333849256890743900source_location_namestring
示例:
target_location_idinteger
默认值:
0示例:
278480468976865150target_location_namestring
示例:
statusinteger
默认值:
0示例:
4notestring
示例:
finished_atstring
示例:
2024-04-23T05:43:03Zcreated_atstring
示例:
2024-04-23T03:35:21Zupdated_atstring
示例:
2024-05-20T15:59:30Zreject_notestring
示例:
total_quantityinteger
默认值:
0示例:
100shipped_quantityinteger
默认值:
0示例:
20received_quantityinteger
默认值:
0示例:
20transfer_atstring
示例:
2024-04-23T03:35:21Ztransfer_quantityinteger
默认值:
0示例:
20{
"count": 1,
"transferOrders": [
{
"id": 372226531310714800,
"order_no": "TF202404230001",
"source_location_id": 333849256890743900,
"source_location_name": "",
"target_location_id": 278480468976865150,
"target_location_name": "",
"status": 4,
"note": "",
"finished_at": "2024-04-23T05:43:03Z",
"created_at": "2024-04-23T03:35:21Z",
"updated_at": "2024-05-20T15:59:30Z",
"reject_note": "",
"total_quantity": 100,
"shipped_quantity": 20,
"received_quantity": 20,
"transfer_at": "2024-04-23T03:35:21Z",
"transfer_quantity": 20
}
]
}
{
"count": 1,
"transferOrders": [
{
"id": 372226531310714835,
"order_no": "TF202404230001",
"source_location_id": 333849256890743866,
"source_location_name": "",
"target_location_id": 278480468976865167,
"target_location_name": "",
"status": 4,
"note": "",
"finished_at": "2024-04-23T05:43:03Z",
"created_at": "2024-04-23T03:35:21Z",
"updated_at": "2024-05-20T15:59:30Z",
"reject_note": "",
"total_quantity": 100,
"shipped_quantity": 20,
"received_quantity": 20,
"transfer_at": "2024-04-23T03:35:21Z",
"transfer_quantity": 20
}
]
}