Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 21 Next »

接口说明:

urlhttp://test.birdsystem.com/client/Agent-Direct-Consignment-Product/
接口功能
添加产品

支持格式JSON开发人员
请求方式POST发布日期

参数说明:

参数

必选

类型

说明

consignment_idYBINGINT(16)订单ID
product_nameYVARCHAR(50)产品英文名
product_name_cnYVARCHAR(50)产品中文名
client_refYVARCHAR(255)客户sku
brandNVARCHAR(50)品牌
price_customs_exportYVARCHAR(100)产品报关价(单位为美元)
weightYINT(4)产品重量(目前系统以g为单位)
quantityYINT(4)产品数量
product_customs_property[]YINT(4)产品属性(可传多个属性)获取产品属性
attachment-url-VARCHAR(100)

图片URL

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

请求示例:

接口请求示例:

consignment_id2011250360000309
product_namecola
product_name_cn可乐
client_ref47-1
brand
price_customs_export14
weight10
quantity1
product_customs_property[]9
product_customs_property[]7
attachment-url

请求返回示例:

{
    "data": {
        "id": 7667871,
        "consignment_id": 2011250360000309,
        "product_name": "cola",
        "product_name_cn": "可乐",
        "client_ref": "47-1",
        "brand": null,
        "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",
        "primary_keys": [
            "id"
        ]
    },
    "success": true,
    "moduleName": "client"
}


  • No labels