闲管家开放平台
  1. 订单
闲管家开放平台
  • 接入说明
  • 代码示例
  • 用户
    • 查询闲鱼店铺
      POST
    • 查询商家地址
      POST
  • 商品
    • 查询商品类目
      POST
    • 查询商品属性
      POST
    • 查询商品列表
      POST
    • 查询商品详情
      POST
    • 查询商品规格
      POST
    • 创建商品(单个)
      POST
    • 创建商品(批量)
      POST
    • 上架商品
      POST
    • 下架商品
      POST
    • 编辑商品
      POST
    • 编辑库存
      POST
    • 删除商品
      POST
  • 订单
    • 查询订单列表
      POST
    • 查询订单详情
      POST
    • 订单卡密列表
      POST
    • 订单物流发货
      POST
    • 订单修改价格
      POST
  • 推送
    • 商品回调通知
      POST
    • 商品推送通知
      POST
    • 订单推送通知
      POST
  • 其他
    • 查询快递公司
      POST
  1. 订单

查询订单详情

POST
https://open.goofish.pro/api/open/order/detail

请求参数

Query 参数

Body 参数application/json

示例
{
    "order_no": "string"
}

返回响应

🟢200成功
application/json
A successful response.
Body

示例
{
    "order_no": "string",
    "order_status": 0,
    "order_type": 0,
    "order_time": 0,
    "total_amount": 0,
    "pay_amount": 0,
    "pay_no": "string",
    "pay_time": 0,
    "refund_status": 0,
    "refund_amount": "1",
    "refund_time": 0,
    "receiver_mobile": "string",
    "receiver_name": "string",
    "prov_name": "string",
    "city_name": "string",
    "area_name": "string",
    "town_name": "string",
    "address": "string",
    "waybill_no": "string",
    "express_code": "string",
    "express_name": "string",
    "express_fee": 0,
    "consign_type": 0,
    "consign_time": 0,
    "confirm_time": 0,
    "cancel_reason": "string",
    "cancel_time": 0,
    "create_time": 0,
    "update_time": 0,
    "buyer_eid": "string",
    "buyer_nick": "string",
    "seller_eid": "string",
    "seller_name": "string",
    "seller_remark": "string",
    "idle_biz_type": 0,
    "pin_group_status": 0,
    "goods": {
        "quantity": 0,
        "price": 0,
        "product_id": 0,
        "item_id": 0,
        "outer_id": "string",
        "sku_id": 0,
        "sku_outer_id": "string",
        "sku_text": "string",
        "title": "string",
        "images": [
            "string"
        ],
        "service_support": "string"
    },
    "xyb_seller_amount": 0
}
🟢200失败
修改于 2025-06-23 06:35:45
上一页
查询订单列表
下一页
订单卡密列表
Built with