POST /client/consignment/post-pending-consignment-with-products-json HTTP/1.1
Host: www.bs-8262.test.birdsystem.com
api_key: 827ccb0eea8a706c4c34a16891f84e7b
company_id: 2
Content-Type: application/json
Cookie: PHPSESSID=pedg5aml9k4h3bsl2gvj3j0va6
Content-Length: 2932
[
{
"contact": "Norman Drury",
"business_name": null,
"address_line1": "3Northam Close",
"address_line2": "Marshside",
"address_line3": null,
"city": "Southport",
"county": "Merseyside",
"post_code": "12345",
"country_iso": "DE",
"telephone": "01704 226830",
"email": null,
"delivery_service_id": "5318",
"sales_reference": "2",
"sales_order_id": "110222319566-0",
"special_instruction": null,
"products":[
{
"product_name": "3apple297777777",
"product_name_cn":"3苹果2955555555",
"brand":"asd品牌",
"client_ref":"a4624777777",
"price_customs_export": "3",
"sales_price":"10", //平台销售单格(必填)
"weight": "300",
"quantity": "1",
"product_customs_property":["其它"],
"attachment-url":"http://www.qqma.com/imgpic2/cpimagenew/2018/4/5/6e1de60ce43d4bf4b9671d7661024e7a.jpg",
"hscode":"172848" //商品报关编码(必填)商品报关编码
},{
"product_name": "3apple299999999",
"product_name_cn":"3苹果2944444444444",
"brand":"asd品牌",
"client_ref":"a4624888888",
"price_customs_export": "3",
"sales_price":"10", //平台销售单格(必填)
"weight": "300",
"quantity": "1",
"product_customs_property":["其它"],
"attachment-url":"http://www.qqma.com/imgpic2/cpimagenew/2018/4/5/6e1de60ce43d4bf4b9671d7661024e7a.jpg",
"hscode":"172848" //商品报关编码(必填)商品报关编码
},{
"product_name": "3apple2988888",
"product_name_cn":"3苹果23222222222222",
"brand":"asd品牌",
"client_ref":"a46249999999",
"price_customs_export": "3",
"sales_price":"10", //平台销售单格(必填)
"weight": "300",
"quantity": "1",
"product_customs_property":["其它"],
"attachment-url":"http://www.qqma.com/imgpic2/cpimagenew/2018/4/5/6e1de60ce43d4bf4b9671d7661024e7a.jpg",
"hscode":"172848" //商品报关编码(必填)商品报关编码
],
"type":"AGENT_DIRECT",
"sender_contact":"123",
"#sales_order_id":" // 新增 销售订单ID 【yodel 出口必填】",
"sales_order_id": "1234567654",
"#omp_name":"// 新增 销售平台名称 (必须是英文), ebay, amazon 等 【royal mail,yodel 出口必填】",
"omp_name": "ebay",
"#omp_vat_number":"// 新增 销售平台的vat号 【yodel 出口必填】",
"omp_vat_number": "12345",
"#shipper_eori":"// 新增 客户的eori号 【royal mail,dpd 出口必填】",
"shipper_eori": "12345600",
"#reason_for_export":"// 新增 出口原因: (Sale:销售; ReturnReplacement:退换; Gift:礼物),【dpd 出口必填】",
"reason_for_export": "Sale",
"#content_type":"// 新增 包裹类型: (Gift:礼物;Documents:文件,Other:其他),【royalmail 出口必填】",
"content_type": "Gift",
"ioss_vat_number":172848, //新增IOSS字段
"sender_address_line1":"SHENZHENG BANTIAN",
"sender_city":"SHENZHEN",
"sender_post_code":12345,
"sender_country_iso":"DE",
"sender_telephone":"155465751714"
}
]
|