版本:202201
调拨单 详情
GET/openapi/2022-01/center/transfer_orders/:transfer_order_id
请求
Path参数
transfer_order_id string必填
Transfer order id.
响应
- 200
200
- application/json
- 数据结构
- 示例
- Result
数据结构
transfer_order object
idinteger
默认值:
0示例:
395125033971760100order_nostring
示例:
TF202406250005source_location_idinteger
默认值:
0示例:
328074841150206100source_location_namestring
示例:
target_location_idinteger
默认值:
0示例:
329135840234054600target_location_namestring
示例:
statusinteger
默认值:
0示例:
4notestring
示例:
finished_atstring
示例:
2024-06-25T08:07:01Zcreated_atstring
示例:
2024-06-25T08:05:49Zupdated_atstring
示例:
2024-06-25T08:07:01Zreject_notestring
示例:
total_quantityinteger
默认值:
0示例:
0shipped_quantityinteger
默认值:
0示例:
0received_quantityinteger
默认值:
0示例:
0transfer_atstring
示例:
2024-06-25T08:05:49Ztransfer_quantityinteger
默认值:
0示例:
0{
"transfer_order": {
"id": 395125033971760100,
"order_no": "TF202406250005",
"source_location_id": 328074841150206100,
"source_location_name": "",
"target_location_id": 329135840234054600,
"target_location_name": "",
"status": 4,
"note": "",
"finished_at": "2024-06-25T08:07:01Z",
"created_at": "2024-06-25T08:05:49Z",
"updated_at": "2024-06-25T08:07:01Z",
"reject_note": "",
"total_quantity": 0,
"shipped_quantity": 0,
"received_quantity": 0,
"transfer_at": "2024-06-25T08:05:49Z",
"transfer_quantity": 0
}
}
{
"transfer_order": {
"id": 395125033971760113,
"order_no": "TF202406250005",
"source_location_id": 328074841150206109,
"source_location_name": "",
"target_location_id": 329135840234054596,
"target_location_name": "",
"status": 4,
"note": "",
"finished_at": "2024-06-25T08:07:01Z",
"created_at": "2024-06-25T08:05:49Z",
"updated_at": "2024-06-25T08:07:01Z",
"reject_note": "",
"total_quantity": 0,
"shipped_quantity": 0,
"received_quantity": 0,
"transfer_at": "2024-06-25T08:05:49Z",
"transfer_quantity": 0
}
}