trade_push{
"operation": {
"method": "none"
}
}| No. | Field | Name | Type | Default | Required | Description |
|---|---|---|---|---|---|---|
| 1 | tid | 原始单号 | string | {{tid}} | Required | _autoFillResponse |
| 2 | trade_status | 平台状态 | string | {{trade_status}} | Required | _autoFillResponse |
| 3 | pay_status | 支付状态 | string | {{pay_status}} | Optional | _autoFillResponse |
| 4 | delivery_term | 发货条件 | string | 3 | Required | _autoFillResponse |
| 5 | trade_time | 下单时间 | datetime | {{trade_time}} | Optional | _autoFillResponse |
| 6 | pay_time | 支付时间 | datetime | {{pay_time}} | Optional | _autoFillResponse |
| 7 | fenxiao_type | 分销类别 | string | 0 | Optional | _autoFillResponse |
| 8 | purchase_id | 采购单ID | string | — | Optional | 转供销情况下,采购单ID |
| 9 | fenxiao_nick | 分销商id | string | — | Optional | 分销订单的分销商id,或转供销时供应商id |
| 10 | buyer_nick | 客户网名 | string | {{buyer_nick}} | Required | _autoFillResponse |
| 11 | buyer_email | 买家email | string | — | Optional | 买家email |
| 12 | pay_id | 支付单号 | string | — | Optional | 支付单号 |
| 13 | pay_account | 支付账号 | string | — | Optional | 支付账号 |
| 14 | receiver_name | 收件人 | string | {{receiver_name}} | Required | _autoFillResponse |
| 15 | receiver_address | 地址详情 | string | {{receiver_address}} | Required | 地址详情 |
| 16 | receiver_province | 省份 | string | {{receiver_province}} | Required | _autoFillResponse |
| 17 | receiver_city | 城市 | string | {{receiver_city}} | Required | _autoFillResponse |
| 18 | receiver_district | 区县 | string | {{receiver_district}} | Required | _autoFillResponse |
| 19 | receiver_mobile | 手机 | string | {{receiver_mobile}} | Required | 手机 |
| 20 | receiver_telno | 电话 | string | {{FLINKPHONE}} | Optional | 电话号码 |
| 21 | receiver_zip | 邮编 | string | — | Optional | 收件人邮编 |
| 22 | logistics_type | 物流方式 | string | -1 | Optional | 物流方式 |
| 23 | invoice_kind | 发票类别 | string | 0 | Optional | 0:不需要,1:普通发票,2:增值税普通发票电子,3:增值税普通发票纸质,4:增值税专用发票 |
| 24 | invoice_title | 发票抬头 | string | — | Optional | 发票抬头 |
| 25 | invoice_content | 发票内容 | string | — | Optional | 常见内容:纳税人识别号、地址、电话、开户银行、银行账户,按照以下格式推送,系统开发票时可解析。 |
| 26 | remark_flag | 客户备注标旗 | string | — | Optional | 客户备注标旗,取值0至5对应的标旗颜色依次为灰(无标旗)、红、黄、绿、蓝、紫,不传默认0 |
| 27 | buyer_message | 买家备注 | string | {{FNote}} | Optional | 买家下单时填写的订单备注 |
| 28 | seller_memo | 客服备注 | string | {{FCustId_FName}} | Optional | 商家客服对订单进行的备注内容 |
| 29 | seller_flag | 标旗 | string | 0 | Optional | 客服标旗,取值0至5对应的标旗颜色依次为灰(无标旗)、红、黄、绿、蓝、紫,不传默认0 |
| 30 | post_amount | 邮费 | string | {{post_amount}} | Required | 邮费 |
| 31 | cod_amount | 货到付款金额 | string | {{cod_amount}} | Required | 货到付款金额 |
| 32 | ext_cod_fee | 货到付款买家费用 | string | {{ext_cod_fee}} | Required | 货到付款买家费用 |
| 33 | other_amount | 其它收费 | string | {{other_amount}} | Required | 其它收费 |
| 34 | paid | 已付 | string | 0 | Required | 已付 |
| 35 | is_auto_wms | 自动流转模式 | string | 0 | Optional | 是否为自动流转模式(1:是 0:不是 不传默认0),非自动流转模式一定不要传值。自动流转模式处理办法,”自动流转模式处理办法详解”)单击这里 |
| 36 | warehouse_no | 仓库编号 | string | {{warehouse_no}} | Optional | ERP内自定义的仓库编号,查看路径ERP→设置→基本设置→仓库→仓库列表,测试环境仓库编号查看测试环境分配邮件。平台订单需指定ERP内仓库时,传哪个仓库的编号,ERP将为订单选择哪个仓库。 |
| 37 | order_list | 订单货品明细节点 | array | order_list | Required | _autoFillResponse |
| 37.1 | oid | 子订单编号 | string | {{order_list.oid}} | Required | _autoFillResponse |
| 37.2 | num | 数量 | string | {{order_list.num}} | Required | _autoFillResponse |
| 37.3 | price | 单价 | string | {{order_list.price}} | Required | _autoFillResponse |
| 37.4 | status | 状态 | string | {{trade_status}} | Required | _autoFillResponse |
| 37.5 | refund_status | 退款状态 | string | 0 | Required | _autoFillResponse |
| 37.6 | goods_id | 平台货品ID | string | {{order_list.spec_no}} | Required | _autoFillResponse |
| 37.7 | spec_id | 平台规格ID | string | — | Optional | _autoFillResponse |
| 37.8 | goods_no | 货品编码 | string | — | Optional | _autoFillResponse |
| 37.9 | spec_no | 规格编码 | string | {{order_list.spec_no}} | Required | _autoFillResponse |
| 37.10 | goods_name | 货品名称 | string | {{order_list.goods_name}} | Required | _autoFillResponse |
| 37.11 | spec_name | 规格名称 | string | — | Optional | _autoFillResponse |
| 37.12 | adjust_amount | 调整 | string | {{order_list.adjust_amount}} | Required | 调整 |
| 37.13 | discount | 优惠 | string | {{order_list.discount}} | Required | _autoFillResponse |
| 37.14 | share_discount | 分摊优惠 | string | {{order_list.share_discount}} | Required | _autoFillResponse |
| 37.15 | remark | 备注 | string | {{details_list.FAllAmount}} | Optional | 货品明细备注推送此字段ERP客户端需升级至V2.3.9.2及以上 |
| 37.16 | cid | 类目 | string | — | Optional | 平台货品所属类目 |
No parameter reference available
The 创建原始订单(非奇门)V3.0 API (trade_push) of 旺店通·企业版 is curated by the API asset management module of the Qeasy Cloud data integration platform and kept in sync with 旺店通·企业版 version updates.
Qeasy ships with prebuilt adaptation for this API — contact us to start configuring data integration.