...
Code Block |
---|
[
{
"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_iso": "GB",
"telephone": "01704 226830",
"email": null,
"delivery_service_id": "2662",
"sales_reference": "2",
"sales_order_id": "110222319566-0",
"special_instruction": null,
"products":[
{"client_sku":"kise","quantity":1,"ebay_transaction_id":"2222","ebay_item_no":"33"},
{"id":2989316,"quantity":1,"ebay_transaction_id":"2222","ebay_item_no":"33"}
],
// 新增 销售订单ID 【yodel 出口必填】
"sales_order_id": "1234567654",
// 新增 销售平台名称 (必须是英文), ebay, amazon 等 【royal mail,yodel 出口必填】
"omp_name": ”ebay“
// 新增 销售平台的vat号 【royal mail,yodel 出口必填】
"omp_vat_number": "12345"
// 新增 客户的eori号 【dpd 出口必填】
"shipper_eori": "12345000"
// 去掉 新增 海关备案号: 填写vat号或者eori号,【royal mail,dpd,yodel 出口必填】
"customs_record_number": "121212121",
// 新增 出口原因: (Sale:销售; ReturnReplacement:退换; Gift:礼物),【dpd 出口必填】
"reason_for_expot": "Sale",
// 新增 包裹类型: (Gift:礼物;Documents:文件,Other:其他),【royalmail 出口必填】
"content_type": 'Gift'
}
] |
...