Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

接口说明:

urlhttp://test.birdsystem.com/client/Consignment-Product
接口功能添加产品
支持格式JSON开发人员
请求方式POST发布日期

请求参数说明:

参数

必选

类型

说明

product_id
Status
colourRed
title必填
INT(10)产品id
consignment_id
Status
colourRed
title必填
BINGINT(16)订单ID
product_type
Status
colourYellow
title选填
VARCHAR产品类型,默认“NORMAL”
product_type=[“NORMAL”,“DIRECTIONAL”]
product_type[0]=“当前用户产品”
product_type[1]="普通共享产品"
quantity
Status
colourRed
title必填
INT数量
is_directional_shared_product
Status
colourYellow
title选填
BOOL是否定向共享产品
ebay_transaction_id
Status
colourYellow
title选填
VARCHAR

eBay订单交易号

ebay_item_no
Status
colourYellow
title选填
VARCHAReBay产品ID

参数说明:

参数

类型

说明

sold_quantity
INT出售数量
count
INT产品数量
product_customs_name
VARCHAR海关属性名称
product_weight
float(‘%.2f’)产品重量
total_price_customs_export
float(‘%.3f’)总出口报关价
product_client_ref
VARCHAR

产品SKU

id
INT订单产品列表ID
product_id
INT产品ID
consignment_id
INT订单ID
quantity
INT数量
unit_product_price
float(‘%.2f’)产品单价
unit_product_cost
float(‘%.2f’)产品成本
unit_product_lengthfloat(‘%.2f’) 产品长
unit_product_width
float(‘%.2f’)产品宽
unit_product_depth
float(‘%.2f’)产品高
unit_product_weightfloat(‘%.2f’)产品重
price_customs_export
float(‘%.3f’)出口报关价
price_customs_export_internal
float(‘%.3f’)内部出口报关价
price_customs_export_origin
float(‘%.3f’)出口报关价来源
price_customs_export_internal_origin
float(‘%.3f’)内部出口报关价来源
sn
VARCHARSN唯一码(sn !=product_id && sn != product_client_ref)
product_type
VARCHAR产品类型:[“NORMAL”||“DIRECTIONAL”]
primary_keys
VARCHAR主键:[“id”]

2、接口示例:

接口请求示例

...