Versions Compared

Key

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

接口说明:

...

参数说明:

...

参数

...

必选

...

类型

...

说明

...

图片URL

新产品图片URL为必填,已存在的产品不用传图片URL(只能传网上的图片,不能传本地的)

...

country_of_origin

...

hs_code

...

ebay_transaction_id

...

eBay订单交易号

...

ebay_item_no

...

eBay产品ID

请求示例:

Code Block
title添加产品请求示例
collapsetrue
http://test.birdsystem.com/client/Agent-Direct-Consignment-Product/
 
api_key=a0366845436b4775e6c5caef5ebc0d0d&company_id=36
 
consignment_id=2011250360000309&product_name=cola&product_name_cn=可乐&client_ref=47-1&price_customs_export=14&weight=10&quantity=1&product_customs_property[]=9&product_customs_property[]=7&sales_price=5.5&country_of_origin=CN&hs_code=12345

请求返回示例:

Code Block
collapsetrue
{
    "data": {
        "id": 7667871,
        "consignment_id": 2011250360000309,
        "product_name": "cola",
        "product_name_cn": "可乐",
        "client_ref": "47-1",
        "brand": null,
		"country_of_origin": "CN",
		"hs_code": "12345",
        "quantity": "1",
        "weight": "10.00",
        "price_customs_export": "14.000",
        "price_customs_export_internal": "14.000",
        "price_customs_export_origin": "0.000",
        "price_customs_export_internal_origin": "0.000",
		"sales_price": "5.5",
		"ebay_transaction_id":"ID",
		"ebay_item_no":"PRODUCT_ID"
        "primary_keys": [
            "id"
        ]
    },
    "success": true,
    "moduleName": "client"
}

返回字段:

...

Include Page
1-2本地/2-2专线订单批量创建通用API
1-2本地/2-2专线订单批量创建通用API