5-1-2. 添加产品
在上一步的返回结果信息中,我们会包含id字段作为订单ID. 这一步我们往这个ID所表示的订单中添加产品。
url | |||||||||||||||||||||
method | post | ||||||||||||||||||||
body | form 参数如下:
| ||||||||||||||||||||
返回 | { "success":true, "data":{ "id":"1124955", "consignment_id":"2006143004830001", "product_id":"334422", "...":"..." } } |
请注意,一次请求只能添加一种产品,如果添加多种产品,请发多个请求。