版本:202201
调拨单 商品 列表
GET/openapi/2022-01/center/transfer_orders/:transfer_order_id/items
请求
Path参数
transfer_order_id string必填
Transfer order id.
响应
- 200
200
- application/json
- 数据结构
- 示例
- Result
数据结构
- Array [
- ]
countinteger
默认值:
0示例:
1products object[]
idinteger
默认值:
0示例:
385728377899726800product_idstring
示例:
26a57e11-7d72-4d18-a139-e3a1985003f2variant_idstring
示例:
f219bdf8-cff3-4ea7-99da-31597fad8dcdproduct_titlestring
示例:
test1variant_titlestring
示例:
1variant_image object
srcstring
示例:
//img.staticdj.com/9fc005b03f75ac942faabf06d2db9b0a.jpegaltstring
示例:
widthinteger
默认值:
0示例:
275heightinteger
默认值:
0示例:
183pathstring
示例:
9fc005b03f75ac942faabf06d2db9b0a.jpegvariant_skustring
示例:
-1-A001111quantityinteger
默认值:
0示例:
1approved_quantityinteger
默认值:
0示例:
1shipped_quantityinteger
默认值:
0示例:
1received_quantityinteger
默认值:
0示例:
1requesting_warehouse_quantityinteger
默认值:
0示例:
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
}
]
}