代客下单
  1. 采购单管理
代客下单
  • 移动端
    • 商城
      • 用户详情
    • 代客下单管理
      • 销售单管理
        • 购物车模块
          • 购物车列表
          • 添加购物车
          • 删除购物车
          • 修改购物车商品数量
          • 选中购物车
          • 获取购物车数量
        • 用户模块
          • 用户列表
          • 用户分类列表
          • 用户地址列表
          • 新增用户地址
          • 编辑用户地址
          • 用户地址详情
        • 订单列表
        • 商品列表
        • 提交订单
        • 支付接口
        • 获取支付列表
        • 获取支付结果
        • 订单详情
        • 获取海报分享码
      • 采购单管理
        • 购物车模块
          • 购物车列表
          • 添加购物车
          • 删除购物车
          • 修改购物车商品数量
          • 选中购物车
          • 获取购物车数量
        • 订单列表
          GET
        • 供货商列表
          GET
        • 商品列表
          GET
        • 提交订单
          POST
        • 订单详情
          GET
      • 业务员中心
        GET
      • 商品分类列表
        GET
  1. 采购单管理

订单详情

GET
/shopapi/supply_collaboration.purchase/detail
参考原订单详情

请求参数

Query 参数
id
string 
订单id
可选
Header 参数
version
string 
可选
默认值:
1.1.1

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://kingdeexc.51kuaiding.com/shopapi/supply_collaboration.purchase/detail?id' \
--header 'version: 1.1.1'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
show
integer 
必需
msg
string 
必需
data
object 
必需
id
integer 
必需
sn
string 
订单编号
必需
purchase_type
integer 
订单类型
必需
purchase_type_desc
string 
描述
必需
purchase_status
integer 
订单状态
必需
purchase_status_desc
string 
描述
必需
purchase_amount
string 
采购金额
必需
confirm_status
integer 
确认状态
必需
confirm_time
null 
确认时间
必需
confirm_status_desc
string 
描述
必需
reconciliation_status
integer 
对账状态
必需
reconciliation_time
null 
对账时间
必需
reconciliation_status_desc
string 
描述
必需
cancel_time
null 
取消时间
必需
finish_time
string 
完成时间
必需
rpo_clerk
integer 
必需
rpo_clerk_info
object 
必需
create_time
string 
下单时间
必需
order_goods
array [object {13}] 
必需
order_log
array [object {3}] 
必需
supplier
object 
必需
shop_order_btn
object 
必需
remark_snap
array [object {6}] 
自定义备注
必需
purchase_goods_amount
integer 
商品金额
必需
purchase_receive_amount
integer 
已收款
必需
purchase_unpay_amount
integer 
待付款
必需
示例
{
    "code": 0,
    "show": 0,
    "msg": "string",
    "data": {
        "id": 0,
        "sn": "string",
        "purchase_type": 0,
        "purchase_type_desc": "string",
        "purchase_status": 0,
        "purchase_status_desc": "string",
        "purchase_amount": "string",
        "confirm_status": 0,
        "confirm_time": null,
        "confirm_status_desc": "string",
        "reconciliation_status": 0,
        "reconciliation_time": null,
        "reconciliation_status_desc": "string",
        "cancel_time": null,
        "finish_time": "string",
        "rpo_clerk": 0,
        "rpo_clerk_info": {
            "nickname": "string",
            "mobile": "string"
        },
        "create_time": "string",
        "order_goods": [
            {
                "id": 0,
                "goods_name": "string",
                "goods_price": "string",
                "goods_num": "string",
                "total_price": "string",
                "spec_value_str": "string",
                "goods_image": "string",
                "code": "string",
                "unit_desc": "string",
                "send_stock": 0,
                "unsend_stock": 0,
                "in_stock": "string",
                "unin_stock": "string"
            }
        ],
        "order_log": [
            {
                "create_time": "string",
                "content": "string",
                "operator": "string"
            }
        ],
        "supplier": {
            "name": "string",
            "mobile": "string"
        },
        "shop_order_btn": {
            "cancel_btn": 0
        },
        "remark_snap": [
            {
                "field_id": "string",
                "name": "string",
                "value": "string",
                "images": [
                    "string"
                ],
                "file": [
                    "string"
                ],
                "zip": [
                    "string"
                ]
            }
        ],
        "purchase_goods_amount": 0,
        "purchase_receive_amount": 0,
        "purchase_unpay_amount": 0
    }
}
上一页
提交订单
下一页
业务员中心
Built with