版本:202201
库存调整单 商品 列表
GET/openapi/2022-01/center/stock_adjust_orders/:stock_adjust_order_id/items
请求
Path参数
stock_adjust_order_id string必填
The id of inventory adjust order.
响应
- 200
200
- application/json
- 数据结构
- 示例
- Result
数据结构
- Array [
- ]
products object[]
idstring
示例:
367921629314960460product_idstring
示例:
0021929e-4258-4c3c-a91b-063cbe01ca83product_titlestring
示例:
Newborn Handmade Doll Bear Ear Cap Photo Suitsku_idstring
示例:
3b9a4736-fcd0-4451-a395-53d4360a8ad4sku_titlestring
示例:
blue-0-3monthsimagestring
示例:
//img.staticdj.com/1fdfd2c3b4aee5747f48737982ff7299.jpegskustring
示例:
XYQKD0044-blue-0-3monthsinventorystring
示例:
0adjust_quantitystring
示例:
0inventory_after_adjuststring
示例:
0{
"products": [
{
"id": "367921629314960460",
"product_id": "0021929e-4258-4c3c-a91b-063cbe01ca83",
"product_title": "Newborn Handmade Doll Bear Ear Cap Photo Suit",
"sku_id": "3b9a4736-fcd0-4451-a395-53d4360a8ad4",
"sku_title": "blue-0-3months",
"image": "//img.staticdj.com/1fdfd2c3b4aee5747f48737982ff7299.jpeg",
"sku": "XYQKD0044-blue-0-3months",
"inventory": "0",
"adjust_quantity": "0",
"inventory_after_adjust": "0"
}
]
}
{
"products": [
{
"id": "367921629314960460",
"product_id": "0021929e-4258-4c3c-a91b-063cbe01ca83",
"product_title": "Newborn Handmade Doll Bear Ear Cap Photo Suit",
"sku_id": "3b9a4736-fcd0-4451-a395-53d4360a8ad4",
"sku_title": "blue-0-3months",
"image": "//img.staticdj.com/1fdfd2c3b4aee5747f48737982ff7299.jpeg",
"sku": "XYQKD0044-blue-0-3months",
"inventory": "0",
"adjust_quantity": "0",
"inventory_after_adjust": "0"
},
{
"id": "367921629314944076",
"product_id": "ea753e24-d2ef-498b-9491-4ded42d6bb4a",
"product_title": "Knitted Pullover Top Babies Toddlers Boys Girls Mothers Sweater",
"sku_id": "275dad86-c872-4a60-a1fb-dcc75edf5bab",
"sku_title": "18M",
"image": "//img.staticdj.com/157260f87ac1f8e9b66e68d6b918067f.jpeg",
"sku": "18010125-18M",
"inventory": "0",
"adjust_quantity": "0",
"inventory_after_adjust": "0"
}
]
}