{
"id": 264,
"items": [
{
"item_id": 287,
"order_id": 264,
"order_sn": "20240612153129926829",
"user_id": 22,
"price": "979.00",
"quantity": 3,
"product_id": 266,
"product_name": "【9公斤洗脱一体】专利免清洗智能预约波轮洗衣机全自动随心洗",
"product_sn": "SN000266",
"pic_thumb": "img/item/demo/16808396012CELTTe8xQDumYojtJ!!pic200x200.jpeg",
"sku_id": 0,
"sku_data": [],
"delivery_quantity": 0,
"product_type": 1,
"is_gift": 0,
"shop_id": 0,
"is_pin": 0,
"prepay_price": "0.00",
"product_pic_thumb": "img/item/demo/16808396012CELTTe8xQDumYojtJ!!pic200x200.jpeg",
"product_stock": 9648,
"product_weight": "0.000",
"sku_stock": null,
"sku_sn": null,
"sku_value": null,
"stock": 9648,
"subtotal": 2937,
"aftersales_item": null
},
{
"pic_thumb": "img/upload/202405/1715065150iUlS0QHeFHSBcIUMO9.jpg?x-oss-process=image/resize,m_pad,h_200,h_200",
"product_id": 400,
"product_name": "行李箱",
"product_type": 1,
"product_sn": "SN0000397",
"price": "120.00",
"quantity": 1,
"item_id": 0
}
]
}
curl --location --request POST '/adminapi/order/order/modify_product' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 264,
"items": [
{
"item_id": 287,
"order_id": 264,
"order_sn": "20240612153129926829",
"user_id": 22,
"price": "979.00",
"quantity": 3,
"product_id": 266,
"product_name": "【9公斤洗脱一体】专利免清洗智能预约波轮洗衣机全自动随心洗",
"product_sn": "SN000266",
"pic_thumb": "img/item/demo/16808396012CELTTe8xQDumYojtJ!!pic200x200.jpeg",
"sku_id": 0,
"sku_data": [],
"delivery_quantity": 0,
"product_type": 1,
"is_gift": 0,
"shop_id": 0,
"is_pin": 0,
"prepay_price": "0.00",
"product_pic_thumb": "img/item/demo/16808396012CELTTe8xQDumYojtJ!!pic200x200.jpeg",
"product_stock": 9648,
"product_weight": "0.000",
"sku_stock": null,
"sku_sn": null,
"sku_value": null,
"stock": 9648,
"subtotal": 2937,
"aftersales_item": null
},
{
"pic_thumb": "img/upload/202405/1715065150iUlS0QHeFHSBcIUMO9.jpg?x-oss-process=image/resize,m_pad,h_200,h_200",
"product_id": 400,
"product_name": "行李箱",
"product_type": 1,
"product_sn": "SN0000397",
"price": "120.00",
"quantity": 1,
"item_id": 0
}
]
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "订单商品信息已更新"
}
}