Version: 202201
Transfer Order Detail
GET/openapi/2022-01/center/transfer_orders/:transfer_order_id
Request
Path Parameters
transfer_order_id stringrequired
Transfer order id.
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
transfer_order object
idinteger
Default value:
0Example:
395125033971760100order_nostring
Example:
TF202406250005source_location_idinteger
Default value:
0Example:
328074841150206100source_location_namestring
Example:
target_location_idinteger
Default value:
0Example:
329135840234054600target_location_namestring
Example:
statusinteger
Default value:
0Example:
4notestring
Example:
finished_atstring
Example:
2024-06-25T08:07:01Zcreated_atstring
Example:
2024-06-25T08:05:49Zupdated_atstring
Example:
2024-06-25T08:07:01Zreject_notestring
Example:
total_quantityinteger
Default value:
0Example:
0shipped_quantityinteger
Default value:
0Example:
0received_quantityinteger
Default value:
0Example:
0transfer_atstring
Example:
2024-06-25T08:05:49Ztransfer_quantityinteger
Default value:
0Example:
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
}
}