Version: 202201
Transfer Order List
GET/openapi/2022-01/center/transfer_orders
Request
Query Parameters
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"
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
countinteger
Default value:
0Example:
1transferOrders object[]
idinteger
Default value:
0Example:
372226531310714800order_nostring
Example:
TF202404230001source_location_idinteger
Default value:
0Example:
333849256890743900source_location_namestring
Example:
target_location_idinteger
Default value:
0Example:
278480468976865150target_location_namestring
Example:
statusinteger
Default value:
0Example:
4notestring
Example:
finished_atstring
Example:
2024-04-23T05:43:03Zcreated_atstring
Example:
2024-04-23T03:35:21Zupdated_atstring
Example:
2024-05-20T15:59:30Zreject_notestring
Example:
total_quantityinteger
Default value:
0Example:
100shipped_quantityinteger
Default value:
0Example:
20received_quantityinteger
Default value:
0Example:
20transfer_atstring
Example:
2024-04-23T03:35:21Ztransfer_quantityinteger
Default value:
0Example:
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
}
]
}