# 订单列表查询
接口地址: http://www.damaijia168.com/vv/external/requestDyErp/order-searchList
请求方式: POST
传参方式: JSON
返回格式: JSON
# 请求头参数
| 参数 | 类型 | 必选 | 值 | 示例 |
|---|---|---|---|---|
| Authorization | string | 是 | 授权 access_token | 1798c6aadec33d1bc2f5b707f1049aefexxxx |
# 请求参数
| 参数 | 类型 | 必选 | 描述 |
|---|---|---|---|
| shop_id | string | 是 | 店铺id |
| params | Object | 是 | 数据 |
| product | string | 否 | 商品,number型代表商品ID,其它代表商品名称 |
| b_type | int | 否 | 【下单端】 0、站外 1、火山 2、抖音 3、头条 4、西瓜 5、微信 6、值点app 7、头条lite 8、懂车帝 9、皮皮虾 11、抖音极速版 12、TikTok 13、musically 14、穿山甲 15、火山极速版 16、服务市场 26、番茄小说 27、UG教育营销电商平台 28、Jumanji 29、电商SDK |
| after_sale_status_desc | string | 否 | 售后状态:all-全部,in_aftersale-售后中,refund-退款中,refund_success-退款成功,refund_fail-退款失败,exchange_success-换货成功 aftersale_close-售后关闭 |
| tracking_no | string | 否 | 物流单号 |
| presell_type | int | 否 | 预售类型:1 全款预售 |
| order_type | int | 否 | 【订单类型】 0、普通订单 2、虚拟商品订单 4、电子券(poi核销) 5、三方核销 |
| create_time_start | int | 是 | 下单时间:开始 |
| create_time_end | int | 否 | 下单时间:截止 |
| abnormal_order | int | 否 | 异常订单,1-异常取消,2-风控审核中 |
| trade_type | int | 否 | 【交易类型】 0、普通 1、拼团 2、定金预售 3、订金找贷 4、拍卖 5、0元单 6、回收 7、寄卖 |
| combine_status | array | 否 | 状态组合查询,直接输入状态码(只支持一个元素) |
| --main_status | string | 否 | 主流程状态,","分隔多个状态 |
| update_time_start | int | 否 | 更新时间:开始 |
| update_time_end | int | 否 | 更新时间:截止 |
| page | int | 是 | 页数 默认 0,第一页传 0 |
| size | int | 是 | 单页大小,限制100以内 |
| order_by | string | 否 | 排序条件(create_time 订单创建时间;update_time 订单更新时间;默认create_time;) |
| order_asc | bool | 否 | 排序类型,小到大或大到小,默认大到小 |
| edition | string | 否 | 版本 默认:1(不传默认为1) 1:1.0,2:2.0 |
# 请求示例
{
"shop_id": "1212212121",
"params": {
"create_time_start": "1639324800",
"size": "3",
"page": "0"
}
}
# 请求代码示例
cURL请求代码示例
PHP请求代码示例
JAVA请求代码示例
Pyton请求代码示例
# 响应参数
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| --shop_id | int | 77977 | 店铺ID |
| --shop_name | string | 刘好好严选 | 商户名称 |
| --open_id | string | 23431434 | 抖音小程序ID |
| --order_level | int | 2 | 订单层级 |
| --biz | int | 1 | 【业务来源】 1、鲁班 2、小店 3、好好学习 4、ev 5、虚拟 6、建站 7、核销 8、玉石 9、ez 10、ep 11、虚拟卡券 12、服务市场 13、EP视频课 14、EP直播课 21、跨境BBC 22、跨境BC 23、跨境CC,UPC 24、手机充值 25、拍卖保证金 26、懂车帝抵扣券 27、懂车帝返现券 28、离岛免税 29、海南会员购 30、抽奖 32、dou+券 76、大闸蟹 99、保险 102、小店海外 |
| --biz_desc | string | 鲁班 | 业务来源描述 |
| --order_type | int | 0 | 【订单类型】 0、普通订单 2、虚拟商品订单 4、电子券(poi核销) 5、三方核销 |
| --order_type_desc | string | 普通订单 | 订单类型描述 |
| --trade_type | int | 1 | 【交易类型】 0、普通 1、拼团 2、定金预售 3、订金找贷 4、拍卖 5、0元单 6、回收 7、寄卖 |
| --trade_type_desc | string | 拼团 | 交易类型描述 |
| --order_status_desc | string | 待支付 | 订单状态描述 |
| --main_status | int | 103 | 主流程状态 |
| --main_status_desc | string | 部分支付 | 主流程状态描述 |
| --order_expire_time | int | 1800 | 订单过期时间 |
| --finish_time | int | 1617355413 | 订单完成时间 |
| --create_time | int | 1617355413 | 下单时间 |
| --update_time | int | 1617355413 | 订单更新时间 |
| --cancel_reason | string | 不想要 | 取消原因 |
| --buyer_words | string | 要xxx | 买家留言 |
| --seller_words | string | 注意XX | 商家备注 |
| --b_type | int | 1 | 【下单端】 0、站外 1、火山 2、抖音 3、头条 4、西瓜 5、微信 6、值点app 7、头条lite 8、懂车帝 9、皮皮虾 11、抖音极速版 12、TikTok 13、musically 14、穿山甲 15、火山极速版 16、服务市场 26、番茄小说 27、UG教育营销电商平台 28、Jumanji 29、电商SDK |
| --b_type_desc | string | 抖音 | 下单端描述 |
| --sub_b_type | int | 1 | 【下单场景】 0、未知 1、app内-原生 2、app内-小程序 3、H5 13、电商SDK-头条 35、电商SDK-头条lite |
| --sub_b_type_desc | string | 小程序 | 下单场景描述 |
| --app_id | int | 43545454556 | 具体某个小程序的ID |
| --pay_type | int | 1 | 【支付类型】 0、货到付款 1 、微信 2、支付宝 3、小程序 4、银行卡 5、余额 7、无需支付(0元单) 8、DOU分期(信用支付) 9、新卡支付 |
| --channel_payment_no | string | PAY234532534534 | 支付渠道的流水号 |
| --order_amount | int | 600 | 订单金额(分) |
| --post_amount | int | 10 | 快递费(分) |
| --post_insurance_amount | int | 10 | 运费险金额 |
| --modify_amount | int | -10 | 改价金额变化量 |
| --modify_post_amount | int | -1 | 改价运费金额变化量 |
| --promotion_amount | int | 1000 | 订单优惠总金额= 店铺优惠金额+ 平台优惠金额+ 达人优惠金额 |
| --promotion_shop_amount | int | 100 | 店铺优惠金额 |
| --promotion_platform_amount | int | 100 | 平台优惠金额 |
| --shop_cost_amount | int | 100 | 订单优惠商家承担部分 |
| --platform_cost_amount | int | 100 | 订单优惠平台承担部分 |
| --promotion_talent_amount | int | 100 | 达人优惠金额 |
| --promotion_pay_amount | int | 10 | 支付优惠金额 |
| --post_tel | string | 12345678911 | 收件人电话 |
| --post_receiver | string | 张三 | 收件人姓名 |
| --post_addr | object | - | 收件人地址 |
| ----province | object | - | 省/直辖市 |
| ------name | string | 北京市 | 名称 |
| ------id | string | 110000 | 地区ID |
| ----city | object | - | 市 |
| ------name | string | 市辖区 | 名称 |
| ------id | string | 110000 | 地区ID |
| ----town | object | - | 区县 |
| ------name | string | 海淀区 | 名称 |
| ------id | string | 110000 | 地区ID |
| ----street | object | - | 街道 |
| ------name | string | 中关村街道 | 名称 |
| ------id | string | 110000 | 地区ID |
| --detail | string | 丹棱街1号 | 详细地址 |
| --ship_time | int | 1617355413 | 发货时间 |
| --logistics_info | array | - | 物流信息 |
| ----tracking_no | string | 3617355413 | 物流单号 |
| ----company | string | shunfeng | 物流公司 |
| ----ship_time | int | 1617355413 | 发货时间 |
| ----delivery_id | string | shunfeng_3617355413 | 包裹id |
| ----company_name | string | 顺丰 | 物流公司名称 |
| ----product_info | array | - | 商品信息 |
| ------price | int | 1000 | 商品价格 |
| ------outer_sku_id | string | sdfa | 商家编码 |
| ------sku_id | int | 3254535 | 商品skuId |
| ------sku_specs | array | - | 规格信息 |
| --------name | string | 颜色 | 规格名称 |
| --------value | string | 蓝 | 规格值 |
| ------product_id | int | 3473196049974326153 | 商品ID |
| ------sku_order_id | string | 4781320682406083640 | 商品单ID |
| --sku_order_list | array | - | 商品单信息 |
| ----parent_order_id | string | 4781320682406083640 | 父订单号(店铺订单号) |
| ----order_level | int | 3 | 订单层级 |
| ----biz | int | 1 | 【业务来源】 1、鲁班 2、小店 3、好好学习 4、ev 5、虚拟 6、建站 7、核销 8、玉石 9、ez 10、ep 11、虚拟卡券 12、服务市场 13、EP视频课 14、EP直播课 21、跨境BBC 22、跨境BC 23、跨境CC,UPC 24、手机充值 25、拍卖保证金 26、懂车帝抵扣券 27、懂车帝返现券 28、离岛免税 29、海南会员购 30、抽奖 32、dou+券 76、大闸蟹 99、保险 102、小店海外 |
| ----biz_desc | string | 鲁班 | 业务来源描述 |
| ----order_type | int | 0 | 【订单类型】 0、普通订单 2、虚拟商品订单 4、电子券(poi核销) 5、三方核销 |
| ----order_type_desc | string | 普通订单 | 订单类型描述 |
| ----trade_type | int | 1 | 【交易类型】 0、普通 1、拼团 2、定金预售 3、订金找贷 4、拍卖 5、0元单 6、回收 7、寄卖 |
| ----trade_type_desc | string | 拼团 | 交易类型描述 |
| ----order_status_desc | string | 待支付 | 订单状态描述 |
| ----main_status | int | 103 | 主流程状态 |
| ----main_status_desc | string | 部分支付 | 主流程状态描述 |
| ----order_expire_time | int | 1800 | 订单过期时间 |
| ----finish_time | int | 1617355413 | 订单完成时间 |
| ----create_time | int | 1617355413 | 下单时间 |
| ----update_time | int | 1617355413 | 订单更新时间 |
| ----cancel_reason | string | 不想要 | 取消原因 |
| ----b_type | int | 1 | 【下单端】 0、站外 1、火山 2、抖音 3、头条 4、西瓜 5、微信 6、值点app 7、头条lite 8、懂车帝 9、皮皮虾 11、抖音极速版 12、TikTok 13、musically 14、穿山甲 15、火山极速版 16、服务市场 26、番茄小说 27、UG教育营销电商平台 28、Jumanji 29、电商SDK |
| ----b_type_desc | string | 抖音 | 下单端描述 |
| ----sub_b_type | int | 1 | 【下单场景】 0、未知 1、app内-原生 2、app内-小程序 3、H5 13、电商SDK-头条 35、电商SDK-头条lite |
| ----sub_b_type_desc | string | 小程序 | 下单场景描述 |
| ----send_pay | int | 1 | 流量来源:1-鲁班广告 2-联盟 3-商城 4-自主经营 5-线索通支付表单 6-抖音门店 7-抖+ 8-穿山甲 |
| ----send_pay_desc | string | 鲁班广告 | 流量来源描述 |
| ----author_id | int | 324234453 | 直播主播id(达人) |
| ----author_name | string | XXXX | 直播主播名称 |
| ----theme_type | string | 1 | 【下单来源】 0、其他 1、直播间 |
| ----theme_type_desc | string | 直播间 | 下单来源描述 |
| ----app_id | int | 43545454556 | 小程序id |
| ----room_id | int | 43545454556 | 直播间id |
| ----content_id | string | 43545454556 | 内容id |
| ----video_id | string | 43545454556 | 视频id |
| ----origin_id | string | 43545454556 | 流量来源id |
| ----cid | int | 43545454556 | 创意id(creative_id) |
| ----c_biz | int | 1 | 【C端流量来源】 0、unknown 1、鲁班广告 2、联盟 4、商城 8、自主经营 10、线索/表单收集类广告 12、抖音门店 14、抖+ 15、穿山甲 16、服务市场 18、服务市场外包客服。19、学浪 |
| ----c_biz_desc | string | 鲁班广告 | C端流量来源业务类型描述 |
| ----page_id | int | 43545454556 | 鲁班广告落地页ID |
| ----pay_type | int | 1 | 【支付类型】 0、货到付款 1 、微信 2、支付宝 3、小程序 4、银行卡 5、余额 7、无需支付(0元单) 8、DOU分期(信用支付) 9、新卡支付 |
| ----channel_payment_no | string | PAY234532534534 | 支付渠道的流水号 |
| ----order_amount | int | 600 | 订单金额(分) |
| ----post_insurance_amount | int | 10 | 运费险金额 |
| ----modify_amount | int | -10 | 改价金额变化量 |
| ----modify_post_amount | int | -1 | 改价运费金额变化量 |
| ----promotion_amount | int | 1000 | 订单优惠总金额= 店铺优惠金额+ 平台优惠金额+ 达人优惠金额 |
| ----promotion_shop_amount | int | 100 | 店铺优惠金额 |
| ----promotion_platform_amount | int | 100 | 平台优惠金额 |
| ----shop_cost_amount | int | 100 | 订单优惠商家承担部分 |
| ----platform_cost_amount | int | 100 | 订单优惠平台承担部分 |
| ----promotion_talent_amount | int | 100 | 达人优惠金额 |
| ----promotion_pay_amount | int | 10 | 支付优惠金额 |
| ----code | string | djfafj | 商家后台商品编码 |
| ----post_addr | object | - | 收件人地址 |
| ------street | object | - | 街道 |
| --------name | string | 中关村街道 | 名称 |
| --------id | string | 110000 | 地区ID |
| ----exp_ship_time | int | 1617355413 | 预计发货时间 |
| ----ship_time | int | 1617355413 | 发货时间 |
| ----logistics_receipt_time | int | 1617355413 | 物流收货时间 |
| ----confirm_receipt_time | int | 1617355413 | 用户确认收货时间 |
| ----goods_type | int | 1 | 【商品类型】 0、实体 1、虚拟 |
| ----product_id | int | 3473196049974326153 | 商品ID |
| ----sku_id | int | 3254535 | 商品skuId |
| ----spec | array | - | 规格信息 |
| ------name | string | 颜色 | 规格名称 |
| ------value | string | 蓝 | 规格值 |
| ----first_cid | int | 20005 | 一级类目 |
| ----second_cid | int | 20174 | 二级类目 |
| ----third_cid | int | 20174 | 三级类目 |
| ----fourth_cid | int | 20174 | 四级类目 |
| ----out_sku_id | string | 43564553 | 外部Skuid |
| ----supplier_id | string | fsgfgsdg | sku外部供应商编码 |
| ----out_product_id | string | 432655662343 | 商品外部编码 |
| ----warehouse_ids | array | ["49574835439","954764056"] | 仓id,废弃,使用inventory_list |
| ----out_warehouse_ids | array | ["49574835439","954764056"] | 外部仓id,废弃,使用inventory_list |
| ----inventory_type | string | 2 | 库存类型,普通库存/区域库存,废弃,使用inventory_list |
| ----inventory_type_desc | string | 普通库存 | 库存类型描述,废弃,使用inventory_list |
| ----reduce_stock_type | int | 1 | 【库存扣减方式】 1、下单减库存 2、支付减库存 |
| ----reduce_stock_type_desc | string | 下单减库存 | 库存扣减方式名称 |
| ----origin_amount | int | 100 | 商品现价 |
| ----has_tax | bool | true | 是否包税 |
| ----item_num | int | 2 | 订单商品数量 |
| ----sum_amount | int | 200 | 商品现价*件数 |
| ----source_platform | string | XXX | 商品来源平台 |
| ----product_pic | string | https:xxxxx | 商品图片 |
| ----is_comment | int | 1 | 是否评价 :1已评价,0未评价,2表示追评 |
| ----product_name | string | 衣服 | 商品名称 |
| ----inventory_list | array | - | 仓库信息 |
| ----warehouse_id | string | 3141234234324 | 仓id |
| ----out_warehouse_id | string | 3254234234234 | 外部仓id |
| ----inventory_type | int | 1 | 库存类型,普通库存/区域库存 |
| ----inventory_type_desc | string | 普通库存 | 库存类型描述 |
| ----count | int | 2 | 库存变更数量 |
| ----post_amount | int | 1 | 运费,单位分 |
| ----after_sale_info | object | - | 售后信息 |
| ------after_sale_status | int | 6 | 售后状态,0-售后初始化, 6-售后申请, 7-售后退货中, 27-拒绝售后申请, 12-售后成功, 28-售后失败, 11-售后已发货, 29-退货后拒绝退款, 13-售后换货商家发货, 14-售后换货用户收货, 51-取消成功, 53-逆向交易完成 |
| ------after_sale_type | int | 1 | 售后类型:0 售后退货退款:1-售后退款 2-售前退款 3-换货 4-系统取消 5-用户取消 |
| ------refund_status | int | 1 | 退款状态:0-无需退款 1-待退款 2-退款中 3-退款成功 4-退款失败 |
| ----promotion_redpack_amount | int | 100 | 红包优惠金额(分) |
| ----promotion_redpack_platform_amount | int | 100 | 平台红包优惠金额(分) |
| ----promotion_redpack_talent_amount | int | 100 | 达人红包优惠金额(分) |
| ----receive_type | int | 1 | 1:邮寄,2:自提 |
| --seller_remark_stars | int | 1 | 卖家订单标记 小旗子star取值0~5,分别表示 灰紫青绿橙红 |
| --order_phase_list | array | - | 定金预售阶段单 |
| ----phase_order_id | string | 4781320682406083640 | 阶段单id |
| ----total_phase | int | 2 | 总共有几阶段 |
| ----current_phase | int | 1 | 第几阶段 |
| ----pay_success | bool | true | 是否支付成功 |
| ----sku_order_id | string | 4781320682406083640 | 商品单ID |
| ----campaign_id | int | 3214324342342 | 活动id |
| ----phase_payable_price | int | 100 | 阶段价格:定金单价、尾款单价,单位:分 |
| ----phase_pay_type | int | 1 | 支付类型:0-货到付款, 1-微信, 2-支付宝, 3-小程序, 4-银行卡, 5-余额, 7-无需支付, 8-放心花(信用支付), 9-新卡支付 |
| ----phase_open_time | int | 1617355413 | 阶段单开始开启支付时间,时间戳 |
| ----phase_pay_time | int | 1617355413 | 阶段单支付成功时间,时间戳 |
| ----phase_close_time | int | 1617355413 | 阶段单关闭时间,时间戳 |
| ----channel_payment_no | string | PAY34243247134325 | 渠道支付订单号 |
| ----phase_order_amount | int | 100 | 阶段单总金额,单位分,为订单金额phase_sum_amount+运费phase_post_amount,为支付金额phase_pay_amount+优惠金额phase_promotion_amount |
| ----phase_sum_amount | int | 100 | 阶段单订单金额,单位分 |
| ----phase_post_amount | int | 100 | 阶段单运费金额,单位分 |
| ----phase_pay_amount | int | 100 | 阶段单用户实际支付金额,单位分 |
| ----phase_promotion_amount | int | 100 | 阶段单总优惠金额,单位分 |
| ----current_phase_status_desc | string | 已开始但未支付 | 阶段状态描述 |
| ----sku_price | int | 100 | sku单价,单位:分 |
| --doudian_open_id | string | 用户加密chuang | |
| --serial_number_list | array | ["546443524543534","646443524543534"] | 商品序列号,15-17位数字 |
| --promotion_redpack_amount | int | 100 | 红包优惠金额(分) |
| --promotion_redpack_platform_amount | int | 100 | 平台红包优惠金额(分) |
| --promotion_redpack_talent_amount | int | 100 | 达人红包优惠金额(分) |
| --user_id_info | object | - | 用户证件信息 |
| ----id_card_no | string | 证件号 | |
| ----id_card_name | string | 证件姓名 | |
| deduct_money | int | 消耗点券 | |
| status | int | 状态码,0为成功 |
# 返回数据
{
"data": {
"page": 0,
"shop_order_list": [
{
"app_id": 1128,
"appointment_ship_time": 0,
"b_type": 2,
"b_type_desc": "抖音",
"biz": 2,
"biz_desc": "小店",
"buyer_words": "",
"cancel_reason": "",
"channel_payment_no": "2021122222001447581436671738",
"create_time": 1640158345,
"d_car_shop_biz_data": {
"poi_addr": null,
"poi_adname": null,
"poi_city_name": null,
"poi_id": null,
"poi_name": null,
"poi_pname": null,
"poi_tel": null
},
"doudian_open_id": "1@#EFoJHMYltbhbcJg71EkLqBdci3bGVGv67+M5uf5k0WN8nFWpUH0sEFbw3GwV5xyTHlw=",
"encrypt_post_receiver": "#Ydk4#SkGDKowOedLG7QYoxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxbQ2aSa31hnzqKUwt7QaUHFtu5uvZVwVfUrfNzg4=*CgkIARCtHCABKAESPgo8vzsuAZ8VkWZm0TyaMSzzr4CXJH2wCw/b+khDpYpRrg5gXo4sjrq0yVx4NlG4Kp7F7As/sV7eC71I30haGgA=#1##",
"encrypt_post_tel": "$sKhj9rlLyadKWJ3SqSgisxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxKRWQnZPZ3VyxudKLFan8+cYmnsWCtZj9Lhp55UI/bxV5zL6lfXUbLgTgGKJQi8g+EYf6VXL41hl1u48Q==*xxxxxxxxxxxxxxxxxxxxxxxrwNmbVdSPbQA6/jLQkcw1i1go0KThqzTMjQZ4yEGsHdbNjvGgA=$1$$",
"exp_ship_time": 1640331152,
"finish_time": 0,
"logistics_info": [],
"main_status": 21,
"main_status_desc": "发货前退款完成",
"modify_amount": 0,
"modify_post_amount": 0,
"open_id": "",
"order_amount": 1000,
"order_expire_time": 1800,
"order_id": "4879354354618346764",
"order_level": 2,
"order_phase_list": [],
"order_status": 4,
"order_status_desc": "已关闭",
"order_type": 0,
"order_type_desc": "普通订单",
"pay_amount": 1000,
"pay_time": 1640158352,
"pay_type": 2,
"platform_cost_amount": 0,
"post_addr": {
"city": {
"id": "330100",
"name": "杭州市"
},
"detail": "",
"encrypt_detail": "#5gBz4HyGv1L0NovpC96azNPQjk9psaFJpinZij7Y5q4ulLWymiCeT6PN2Wt8g4fzyqB2KZWtsv9syTau#yZg1D9XWfNgVZdDxxE49PFimwU5UCXvD0PZ4U+gTB8vzmNoGQhkxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxximyIbpDIbeRDwLzkGd93lIwMspE*CgkIARCtHCABKAESPgo8LNxSuc9MgWdSdmXGVHGr3SGtOor1uwn0LJq9zT5suGrCLSGG2Dm8AgSax48IbgiQ4eRrHYAjAmP66VKxGgA=#1##",
"province": {
"id": "33",
"name": "浙江省"
},
"street": {
"id": "330106006",
"name": "翠苑街道"
},
"town": {
"id": "330106",
"name": "西湖区"
}
},
"post_amount": 0,
"post_insurance_amount": 0,
"post_origin_amount": 0,
"post_promotion_amount": 0,
"post_receiver": "",
"post_tel": "",
"promotion_amount": 0,
"promotion_pay_amount": 0,
"promotion_platform_amount": 0,
"promotion_redpack_amount": 0,
"promotion_redpack_platform_amount": 0,
"promotion_redpack_talent_amount": 0,
"promotion_shop_amount": 0,
"promotion_talent_amount": 0,
"seller_remark_stars": 0,
"seller_words": "",
"serial_number_list": [],
"ship_time": 0,
"shop_cost_amount": 0,
"shop_id": 20358278,
"shop_name": "淘易淘",
"shop_order_tag_ui": [],
"sku_order_list": [
{
"ad_env_type": "",
"after_sale_info": {
"after_sale_status": 12,
"after_sale_type": 2,
"refund_status": 3
},
"app_id": 1128,
"appointment_ship_time": 0,
"author_id": 0,
"author_name": "",
"b_type": 2,
"b_type_desc": "抖音",
"biz": 2,
"biz_desc": "小店",
"c_biz": 8,
"c_biz_desc": "小店自卖",
"cancel_reason": "",
"channel_payment_no": "2021122222001447581436671738",
"cid": 0,
"code": "",
"confirm_receipt_time": 0,
"content_id": "",
"create_time": 1640158345,
"encrypt_post_receiver": "#Ydk4#o9ZmQ7tbTtOpBN7HW+ZtA7LMM0r39xmuQDk5VZ4j+hXzOW6f/L/gguidKWopPEELD+cdagKMNdbdYNNagu/5FI2ucXUAHyxhNK8nS74=xxxxxxxxxxxxxxxxxxmPdH6z1Appxuhd1nJVF3mGeH3tJ6KIzVGXocMaflA8YZ4OvSm0FbUoegvTRX3JVqzs59XI+BUDGgA=#1##",
"encrypt_post_tel": "$sKhj9rlLyadKWJ3SqSgisF1lQGRu7lyIv8gNDawMXeM=$dweLsyO6AK7sco1OlTZqmNJdS8z42hBJUfn4EH2EttIM4VHvwxNVFDmxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxdCRFB2Np2dRt41buh4nsZEBfn7SBt/YsD67+Os/MggXT5Cpfi5Nw/x5xChSY7ZDuGgA=$1$$",
"exp_ship_time": 1640331152,
"finish_time": 0,
"first_cid": 20073,
"fourth_cid": 0,
"given_product_type": "",
"goods_type": 0,
"has_tax": false,
"inventory_list": [
{
"count": 1,
"inventory_type": 1,
"inventory_type_desc": "普通库存",
"out_warehouse_id": "",
"warehouse_id": ""
}
],
"inventory_type": "",
"inventory_type_desc": "",
"is_comment": 0,
"item_num": 1,
"logistics_receipt_time": 0,
"main_status": 21,
"main_status_desc": "发货前退款完成",
"master_sku_order_id": "",
"modify_amount": 0,
"modify_post_amount": 0,
"need_serial_number": false,
"order_amount": 1000,
"order_expire_time": 1800,
"order_id": "4879354354618346764",
"order_level": 3,
"order_status": 4,
"order_status_desc": "已关闭",
"order_type": 0,
"order_type_desc": "普通订单",
"origin_amount": 1000,
"origin_id": "0",
"out_product_id": "0",
"out_sku_id": "",
"out_warehouse_ids": [],
"page_id": 0,
"parent_order_id": "4879354354618346764",
"pay_amount": 1000,
"pay_time": 1640158352,
"pay_type": 2,
"platform_cost_amount": 0,
"post_addr": {
"city": {
"id": "330100",
"name": "杭州市"
},
"detail": "",
"encrypt_detail": "#5gBz4HyGv1L0NovpC96azNPQjk9psaFJpinZij7Y5q4ulLWymiCeT6PN2Wt8g4fzyqB2KZWtsv9syTau#+9Yq3po0/ZVg9uJrYQgwQV1W2XhYauyjzPiQWtSfrL0993KVfQjaebDfA4LvvsUcwVWqhmFNyZbj1tFH5PcBpM+Dg9z9fW+cTRZcZeJPdvfEdrEmr3oVWI41C+7KvdOEhHOcBU9z/WM3Y6sFmrOgnSctqnZexxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx+TmzjbKmp4ux5H5qWziWoqPmCF3TCjWvbjxPJDvaHGgA=#1##",
"province": {
"id": "33",
"name": "浙江省"
},
"street": {
"id": "330106006",
"name": "翠苑街道"
},
"town": {
"id": "330106",
"name": "西湖区"
}
},
"post_amount": 0,
"post_insurance_amount": 0,
"post_receiver": "",
"post_tel": "",
"pre_sale_type": 0,
"product_id": 3489373605366769000,
"product_id_str": "3489373605366769084",
"product_name": "薰衣草香料衣柜服装鞋盒除味持久十二星座香包香囊",
"product_pic": "https://p3-aio.ecombdimg.com/obj/temai/c9c3352a08d8a2dc44a662d753c1cc04www600-600",
"promotion_amount": 0,
"promotion_pay_amount": 0,
"promotion_platform_amount": 0,
"promotion_redpack_amount": 0,
"promotion_redpack_platform_amount": 0,
"promotion_redpack_talent_amount": 0,
"promotion_shop_amount": 0,
"promotion_talent_amount": 0,
"receive_type": 0,
"reduce_stock_type": 2,
"reduce_stock_type_desc": "支付库存",
"room_id": 0,
"room_id_str": "0",
"second_cid": 21017,
"send_pay": 0,
"send_pay_desc": "-",
"ship_time": 0,
"shop_cost_amount": 0,
"sku_id": 1703795743450127,
"sku_order_tag_ui": [
{
"extra": "",
"help_doc": "https://school.jinritemai.com/doudian/web/article/aHJfBYbcfGX6",
"hover_text": "",
"key": "pay_for_bad_label",
"sort": 0,
"tag_type": "",
"text": "坏损包退"
},
{
"extra": "",
"help_doc": "https://school.jinritemai.com/doudian/web/article/101835?from=shop_article",
"hover_text": "",
"key": "supply_7day_return_label",
"sort": 0,
"tag_type": "",
"text": "7天"
},
{
"extra": "",
"help_doc": "https://school.jinritemai.com/doudian/web/article/108634",
"hover_text": "",
"key": "cert_insurance_label",
"sort": 0,
"tag_type": "",
"text": "正品保障"
},
{
"extra": "",
"help_doc": "",
"hover_text": "",
"key": "c_biz_self_sell",
"sort": 0,
"tag_type": "grey",
"text": "小店自卖"
}
],
"source_platform": "",
"spec": [
{
"name": "随机包装",
"value": "随机包装"
}
],
"sub_b_type": 3,
"sub_b_type_desc": "H5",
"sum_amount": 1000,
"supplier_id": "",
"theme_type": "0",
"theme_type_desc": "-",
"third_cid": 0,
"trade_type": 0,
"trade_type_desc": "普通",
"update_time": 1640160029,
"video_id": "",
"warehouse_ids": []
}
],
"sub_b_type": 3,
"sub_b_type_desc": "H5",
"total_promotion_amount": 0,
"trade_type": 0,
"trade_type_desc": "普通",
"update_time": 1640160029
},
{
"app_id": 1128,
"appointment_ship_time": 0,
"b_type": 2,
"b_type_desc": "抖音",
"biz": 2,
"biz_desc": "小店",
"buyer_words": "",
"cancel_reason": "",
"channel_payment_no": "2021122122001447581435289416",
"create_time": 1640051697,
"d_car_shop_biz_data": {
"poi_addr": null,
"poi_adname": null,
"poi_city_name": null,
"poi_id": null,
"poi_name": null,
"poi_pname": null,
"poi_tel": null
},
"doudian_open_id": "1@#EFoJHMYltbhbcJg71EkLqBdci3bGVGv67+M5uf5k0WN8nFWpUH0sEFbw3GwV5xyTHlw=",
"encrypt_post_receiver": "#Ydk4#0G/g04LAgUykeuDplrvnDeLQQSxyNvaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx##",
"encrypt_post_tel": "$sKhj9rlLyadKWJ3SqSgisF1lQGRu7lyIv8gNDawMXeM=$Z8S49NTmHqaktCNIgWaAWCRRRz1BzclVyqmDxiK8Onan3VPUmM+7t1usQTeonRL4VxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxrneeG4dx6GKxFa2nwGgA=$1$$",
"exp_ship_time": 1640224503,
"finish_time": 0,
"logistics_info": [],
"main_status": 21,
"main_status_desc": "发货前退款完成",
"modify_amount": 0,
"modify_post_amount": 0,
"open_id": "",
"order_amount": 1000,
"order_expire_time": 1800,
"order_id": "13213213123",
"order_level": 2,
"order_phase_list": [],
"order_status": 4,
"order_status_desc": "已关闭",
"order_type": 0,
"order_type_desc": "普通订单",
"pay_amount": 1000,
"pay_time": 1640051703,
"pay_type": 2,
"platform_cost_amount": 0,
"post_addr": {
"city": {
"id": "330100",
"name": "杭州市"
},
"detail": "",
"encrypt_detail": "#5gBz4HyGv1xxxxxxxxxxxxxxxxxmiCeT6PN2Wt8g4fzyqB2KZWtsv9syTau#++5DDJEsMaSDVCd+pKHOXhp+enDmqgSm20MLR2eHksPvfuKxKaJlwB6jgXRndKvzpG4N8GGtGiWdH0lgyBqBPS78MJ4PLqhJb2YyEATBILKI5zVtCByqTTnxxxxxxR2eRH129t7zXS1FxcBn0qdKoBVrs4rF9*CgkIARCtHCABKAESPgo8VOJLx2GCIDk9iiJGzNsJ9tq1BFxhZOsoTwTW0tYiOCrmdk8Qqz6FEkeW0PsbGF6nttn40QsGOhOiz9r+GgA=#1##",
"province": {
"id": "33",
"name": "浙江省"
},
"street": {
"id": "330106006",
"name": "翠苑街道"
},
"town": {
"id": "330106",
"name": "西湖区"
}
},
"post_amount": 0,
"post_insurance_amount": 0,
"post_origin_amount": 0,
"post_promotion_amount": 0,
"post_receiver": "",
"post_tel": "",
"promotion_amount": 0,
"promotion_pay_amount": 0,
"promotion_platform_amount": 0,
"promotion_redpack_amount": 0,
"promotion_redpack_platform_amount": 0,
"promotion_redpack_talent_amount": 0,
"promotion_shop_amount": 0,
"promotion_talent_amount": 0,
"seller_remark_stars": 0,
"seller_words": "",
"serial_number_list": [],
"ship_time": 0,
"shop_cost_amount": 0,
"shop_id": 20358278,
"shop_name": "淘易淘",
"shop_order_tag_ui": [],
"sku_order_list": [
{
"ad_env_type": "",
"after_sale_info": {
"after_sale_status": 12,
"after_sale_type": 2,
"refund_status": 3
},
"app_id": 1128,
"appointment_ship_time": 0,
"author_id": 0,
"author_name": "",
"b_type": 2,
"b_type_desc": "抖音",
"biz": 2,
"biz_desc": "小店",
"c_biz": 8,
"c_biz_desc": "小店自卖",
"cancel_reason": "",
"channel_payment_no": "2021122122001447581435289416",
"cid": 0,
"code": "",
"confirm_receipt_time": 0,
"content_id": "",
"create_time": 1640051697,
"encrypt_post_receiver": "#Ydk4#lwMnrN4odEaDdSFAv8/RmXR83lEVbCUuW7nIFOF4KSrny2jbp6xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxPgo8+1YuAiFluoCkYKI1XeM5kU4zq3pOGMhKMtZqJYo/4prYDNbjOmowv/IIpxHTKwFxCq5MX0wR+cBYQSYXGgA=#1##",
"encrypt_post_tel": "$sKxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxCD/8mxulElt2rF3qfJXXnOHYMdQi1wit21a17ixn4g==*CgkIARCtHCABKAESPgo8tgcnkZG4R4XWLnz4CQFnL/pXHEy3+Bssy5CE8M+aD0Xn+JhTHfVaq241AIkHVFzfqjK8cL68zkTzjpJzGgA=$1$$",
"exp_ship_time": 1640224503,
"finish_time": 0,
"first_cid": 20073,
"fourth_cid": 0,
"given_product_type": "",
"goods_type": 0,
"has_tax": false,
"inventory_list": [
{
"count": 1,
"inventory_type": 1,
"inventory_type_desc": "普通库存",
"out_warehouse_id": "",
"warehouse_id": ""
}
],
"inventory_type": "",
"inventory_type_desc": "",
"is_comment": 0,
"item_num": 1,
"logistics_receipt_time": 0,
"main_status": 21,
"main_status_desc": "发货前退款完成",
"master_sku_order_id": "",
"modify_amount": 0,
"modify_post_amount": 0,
"need_serial_number": false,
"order_amount": 1000,
"order_expire_time": 1800,
"order_id": "4878896176097703180",
"order_level": 3,
"order_status": 4,
"order_status_desc": "已关闭",
"order_type": 0,
"order_type_desc": "普通订单",
"origin_amount": 1000,
"origin_id": "0",
"out_product_id": "0",
"out_sku_id": "",
"out_warehouse_ids": [],
"page_id": 0,
"parent_order_id": "4878896176097703180",
"pay_amount": 1000,
"pay_time": 1640051703,
"pay_type": 2,
"platform_cost_amount": 0,
"post_addr": {
"city": {
"id": "330100",
"name": "杭州市"
},
"detail": "",
"encrypt_detail": "#5gBz4HyGxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxH/YHQTBPyxtXRNt70mB825R69lQQednG3lCetaag62ml7LO3omtfrwoh3bGQZc8*CgkIARCtHCABKAESPgo8PcgcWuli4B1vqoXcye46hdlSKk8wUCjtr5PCAlOPX4NKORCXD9T8+N86tv47AiUFokJB3uOGhc1/7ET+GgA=#1##",
"province": {
"id": "33",
"name": "浙江省"
},
"street": {
"id": "330106006",
"name": "翠苑街道"
},
"town": {
"id": "330106",
"name": "西湖区"
}
},
"post_amount": 0,
"post_insurance_amount": 0,
"post_receiver": "",
"post_tel": "",
"pre_sale_type": 0,
"product_id": 3489373605366769000,
"product_id_str": "3489373605366769084",
"product_name": "薰衣草香料衣柜服装鞋盒除味持久十二星座香包香囊",
"product_pic": "https://p6-aio.ecombdimg.com/obj/temai/c9c3352a08d8a2dc44a662d753c1cc04www600-600",
"promotion_amount": 0,
"promotion_pay_amount": 0,
"promotion_platform_amount": 0,
"promotion_redpack_amount": 0,
"promotion_redpack_platform_amount": 0,
"promotion_redpack_talent_amount": 0,
"promotion_shop_amount": 0,
"promotion_talent_amount": 0,
"receive_type": 0,
"reduce_stock_type": 2,
"reduce_stock_type_desc": "支付库存",
"room_id": 0,
"room_id_str": "0",
"second_cid": 21017,
"send_pay": 0,
"send_pay_desc": "-",
"ship_time": 0,
"shop_cost_amount": 0,
"sku_id": 1703795743450127,
"sku_order_tag_ui": [
{
"extra": "",
"help_doc": "https://school.jinritemai.com/doudian/web/article/aHJfBYbcfGX6",
"hover_text": "",
"key": "pay_for_bad_label",
"sort": 0,
"tag_type": "",
"text": "坏损包退"
},
{
"extra": "",
"help_doc": "https://school.jinritemai.com/doudian/web/article/101835?from=shop_article",
"hover_text": "",
"key": "supply_7day_return_label",
"sort": 0,
"tag_type": "",
"text": "7天"
},
{
"extra": "",
"help_doc": "https://school.jinritemai.com/doudian/web/article/108634",
"hover_text": "",
"key": "cert_insurance_label",
"sort": 0,
"tag_type": "",
"text": "正品保障"
},
{
"extra": "",
"help_doc": "",
"hover_text": "",
"key": "c_biz_self_sell",
"sort": 0,
"tag_type": "grey",
"text": "小店自卖"
}
],
"source_platform": "",
"spec": [
{
"name": "随机包装",
"value": "随机包装"
}
],
"sub_b_type": 3,
"sub_b_type_desc": "H5",
"sum_amount": 1000,
"supplier_id": "",
"theme_type": "0",
"theme_type_desc": "-",
"third_cid": 0,
"trade_type": 0,
"trade_type_desc": "普通",
"update_time": 1640057325,
"video_id": "",
"warehouse_ids": []
}
],
"sub_b_type": 3,
"sub_b_type_desc": "H5",
"total_promotion_amount": 0,
"trade_type": 0,
"trade_type_desc": "普通",
"update_time": 1640057325
}
],
"size": 2,
"total": 2,
"deduct_money": 0
},
"status": 0
}
# 响应代码
| 代码 | 代码描述 | 解决方案 |
|---|---|---|
| 0 | 成功 | |
| 100 | 请求参数错误 | 检查您的请求参数是否正确 |
| 101 | 请求超时,请重试 | 检查您的网络情况或者联系客服解决 |
| 103 | 旺旺账号不存在 | 检查您输入的旺旺号是否正确 |
| 200 | 系统错误,请联系客服 | 检查您的接口地址填写是否正确,其他问题联系客服解决 |
| 203 | 暂不支持当前接口 | |
| 204 | 请求异常:无该接口权限,请前往官网开通正式接口。 | 前往官网开通该接口权限 |
| 204 | 请求异常:API调用次数不足,请前往网站兑换次数。 | 前往官网充值该接口调用次数 |
| 302 | 未授权店铺 | 根据返回链接进行扫码授权 |