Version: 202201
Transfer Order Product List
GET/openapi/2022-01/center/transfer_orders/:transfer_order_id/items
Request
Path Parameters
transfer_order_id stringrequired
Transfer order id.
Responses
- 200
200
- application/json
- Schema
- Example
- Result
Schema
- Array [
- ]
countinteger
Default value:
0Example:
1products object[]
idinteger
Default value:
0Example:
385728377899726800product_idstring
Example:
26a57e11-7d72-4d18-a139-e3a1985003f2variant_idstring
Example:
f219bdf8-cff3-4ea7-99da-31597fad8dcdproduct_titlestring
Example:
test1variant_titlestring
Example:
1variant_image object
srcstring
Example:
//img.staticdj.com/9fc005b03f75ac942faabf06d2db9b0a.jpegaltstring
Example:
widthinteger
Default value:
0Example:
275heightinteger
Default value:
0Example:
183pathstring
Example:
9fc005b03f75ac942faabf06d2db9b0a.jpegvariant_skustring
Example:
-1-A001111quantityinteger
Default value:
0Example:
1approved_quantityinteger
Default value:
0Example:
1shipped_quantityinteger
Default value:
0Example:
1received_quantityinteger
Default value:
0Example:
1requesting_warehouse_quantityinteger
Default value:
0Example:
195{
"count": 1,
"products": [
{
"id": 385728377899726800,
"product_id": "26a57e11-7d72-4d18-a139-e3a1985003f2",
"variant_id": "f219bdf8-cff3-4ea7-99da-31597fad8dcd",
"product_title": "test1",
"variant_title": "1",
"variant_image": {
"src": "//img.staticdj.com/9fc005b03f75ac942faabf06d2db9b0a.jpeg",
"alt": "",
"width": 275,
"height": 183,
"path": "9fc005b03f75ac942faabf06d2db9b0a.jpeg"
},
"variant_sku": "-1-A001111",
"quantity": 1,
"approved_quantity": 1,
"shipped_quantity": 1,
"received_quantity": 1,
"requesting_warehouse_quantity": 195
}
]
}
{
"count": 1,
"products": [
{
"id": 385728377899726803,
"product_id": "26a57e11-7d72-4d18-a139-e3a1985003f2",
"variant_id": "f219bdf8-cff3-4ea7-99da-31597fad8dcd",
"product_title": "test1",
"variant_title": "1",
"variant_image": {
"src": "//img.staticdj.com/9fc005b03f75ac942faabf06d2db9b0a.jpeg",
"alt": "",
"width": 275,
"height": 183,
"path": "9fc005b03f75ac942faabf06d2db9b0a.jpeg"
},
"variant_sku": "-1-A001111",
"quantity": 1,
"approved_quantity": 1,
"shipped_quantity": 1,
"received_quantity": 1,
"requesting_warehouse_quantity": 195
}
]
}