6-3-1. 添加
批量订单是为了方便地处理大量订单而提供的一个临时订单,包括邮递服务、地址等信息,通过如下API创建:
url | http://test.birdsystem.com/client/consignment-upload/Temp-Consignment-Json | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
method | post | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
body | json属性如下:
[ { "contact": "Norman Drury", "business_name": null, "address_line1": "3, Northam Close", "address_line2": "Marshside", "address_line3": null, "city": "Southport", "county": "Merseyside", "post_code": "PR9 9GA", "country_name": "United Kingdom", "telephone": "01704 226830", "email": null, "sales_reference": "2", "sales_order_id": "110222319566-0", "payment_reference": "Royal Mail 1st Class Standard", "special_instruction": null, "product_company_ref": "983#494721#D*1+983#310657#D", "delivery_service_name": "Royal Mail 1st Class Standard", "status": "PENDING", "type": "LOCAL", "thirty_system_id":"2222" } ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
返回 | { "success":true, "message":"File successfully uploaded! 1 records has been imported.", "data":{"2222":"12010433"} } | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
参数 | thirty_system_id: 第三方系统id country_name: 可以通过/client/Country获取 delivery_service_name: 可以通过/client/Delivery-Service 获取 product_company_ref: 产品id*数量, 多个产品的话 产品id*数量+产品id*数量, 可以通过/client/Product 获取 |