Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[
    {
        "contact": "test",
        "#business_name": null,
        "address_line1": "{{$guid}}",
        "#address_line2": "",
        "#address_line3": null,
        "city": "Atlanta",
        "#county": "",
        "post_code": "30309",
        "country_name": "Germany",
        "#telephone": "",
        "#email": null,
        "#sales_order_id": "{{$randomInt}}",
        "#payment_reference": "{{$randomInt}}",
        "#special_instruction": null,
        "product_company_ref": "kise*2",
        "#delivery_service_name": "本地库存下架",
        "status": "PENDING",
        "type": "LOCAL",
        "thirty_system_id":"{{$guid}}",
        "#sales_reference":"{{$timestamp}}",
        // 新增 销售订单ID 【yodel 出口必填】
        "sales_order_id": "1234567654",
        // 新增 销售平台名称 (必须是英文), ebay, amazon 等 【royal mail,yodel 出口必填】
        "omp_name": "ebay",
        // 新增 销售平台的vat号 【yodel 出口必填】
        "omp_vat_number": "12345"
        // 新增 客户的eori号  【royal mail,dpd 出口必填】
        "shipper_eori": "12345000",
        // 新增 出口原因: (Sale:销售; ReturnReplacement:退换; Gift:礼物),【dpd 出口必填】
        "reason_for_expot": "Sale",
        // 新增 包裹类型: (Gift:礼物;Documents:文件,Other:其他),【royalmail 出口必填】
        "content_type": 'Gift'
    }
]

...