2-3-1. 批量专线订单上传
批量订单是为了方便地处理大量订单而提供的一个临时订单,包括邮递服务、地址等信息,通过如下API创建:
url | http://test.birdsystem.com/client/consignment-upload/Temp-Consignment-Json | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
method | post | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
body | json属性如下:
需要销售跟踪号的请自行添加 sales_reference:your_sales_reference [ { "contact": "Norman Drury", "business_name": 1, "address_line1": "3Northam Close", "address_line2": "Marshside", "address_line3": null, "city": "Southport", "county": "Merseyside", "post_code": "12345", "country_name": "Norway", "telephone": "01704 226830", "email": null, "delivery_service_id": "5317", "sales_reference": "2", "sales_order_id": "1234567654", "special_instruction": null, "product_company_ref": "1-1*1||ebayid||ebatproduct||18+1996125*1||ebayid2||ebatproduct2||20", "type": "DIRECT", "sender_contact": "123", "omp_name": "ebay", "omp_vat_number": "12345", "shipper_eori": "12345600", "reason_for_export": "Sale", "content_type": "Gift", "ioss_vat_number": 172848, "receiver_eori":"123456", "receiver_pid_number":"12", "sender_address_line1": "SHENZHENG BANTIAN", "sender_city": "SHENZHEN", "sender_post_code": 12345, "sender_country_iso": "CN", "sender_telephone": "155465751714" } ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
返回 | { "success": true, "moduleName": "client", "message": "File successfully uploaded! 1 records has been imported." } | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
参数 | thirty_system_id: 第三方系统id country_name: 可以通过/client/Country获取 delivery_service_name: 可以通过/client/Delivery-Service 获取 product_company_ref: 产品id*数量, 多个产品的话 产品id*数量+产品id*数量, 可以通过/client/Product 获取 |