【发布时间】:2016-04-25 09:00:31
【问题描述】:
我正在使用 Magento 2 API 调用来创建货件 (/V1/shipment)。
在 magento 中成功创建了货件,但订单状态并没有像我预期的那样完成。
我的 JSON 请求如下:
{
"entity": {
"billingAddressId": 4,
"comments": [],
"items": [
{
"orderItemId": 2,
"qty": 2
}
],
"orderId": 2,
"shippingAddressId": 3,
"totalQty": 2,
"tracks": []
}
}
谢谢
【问题讨论】: