1. 订单
ECOSteam
  • ECO开放平台接入流程
  • RSA公私钥生成、签名
  • 通用请求参数与响应
  • 订单状态处理流程说明
  • 回调通知服务
  • WebSocket监听商品变动消息
  • 服务商入驻流程
  • 商户
    • 获取用户钱包金额
      POST
    • 获取资金流水
      POST
    • 求购账户转入转出
      POST
    • 查询已绑定steam账号列表
      POST
    • 验证交易链接
      POST
    • 获取steamID
      POST
  • 市场
    • 获取steam市场名称和在售价格(推荐)
    • 品类查询(不推荐)
    • 在售/预售商品列表
    • 批量查询在售商品价格
    • 批量获取商品详情
    • 批量查询在售商品状态
    • 获取检视图
  • 购买
    • 指定商品购买
    • 指定类别购买
    • 购买预售商品
    • P2P购买订单
  • 订单
    • 历史订单查询
      POST
    • 查询订单状态
      POST
    • 查询购买订单列表
      POST
    • 查询订单详情
      POST
    • 查询报价信息
      POST
    • 处罚订单查询
      POST
    • 买家取消订单
      POST
    • 举报卖家撤回报价
      POST
    • 买家确认订单交易成功
      POST
    • 查询出售订单列表
      POST
    • 卖家订单发送报价
      POST
    • 用户接受报价
      POST
    • 用户一键处理报价
      POST
    • 卖家查询订单状态
      POST
    • 卖家查询订单详情
      POST
    • 卖家查询报价对应订单
      POST
    • 预售订单交易链接修改
      POST
  • 出售
    • 刷新用户Steam库存
    • 查询Steam库存
    • 出售商品列表
    • 上架库存
    • 批量改价
    • 预售商品上架/改价
    • 下架在售/预售商品
    • 用户店铺状态设置
  • 求购
    • 发布求购信息
    • 编辑求购信息
    • 终止求购信息
    • 批量暂停/开启/删除求购信息
    • 批量更新求购收货链接
    • 获取我的求购分页列表
    • 秒出货库存查询
    • 秒出货求购供应
    • Steam库存查询
    • 创建交易存款
    • 创建交易报价
  • 出租
    • 可租可售上架/可租可售改价
    • 下架出租商品
    • 查询自己出租的商品
    • 查询出租订单列表
    • 卖家查询出租订单详情
  • 汰换合炉
    • 创建合炉
    • 我的合炉列表
    • 合炉支付
  • 其他
    • 解封超时未收货用户
    • 获取交易汇率
  • 服务商
    • 获取服务商绑定的用户集合
  1. 订单

卖家查询订单详情

POST
/Api/open/order/SellerOrderDetail

请求参数

Header 参数

Body 参数application/json-patch+json

示例
{
    "OrderNum": "string",
    "MerchantNo": "string",
    "GameId": "string",
    "PartnerId": "string",
    "Timestamp": "string",
    "Sign": "string",
    "ServiceProviderId": "string",
    "OpenID": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.ecosteam.cn/Api/open/order/SellerOrderDetail' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
    "OrderNum": "string",
    "MerchantNo": "string",
    "GameId": "string",
    "PartnerId": "string",
    "Timestamp": "string",
    "Sign": "string",
    "ServiceProviderId": "string",
    "OpenID": "string"
}'

返回响应

🟢200成功
application/json
OK
Body

示例
{
    "ResultCode": "string",
    "ResultMsg": "string",
    "ResultData": {
        "OrderNum": "string",
        "GoodsNo": "string",
        "GoodsName": "string",
        "GoodsImg": "string",
        "SteamId": "string",
        "AssetId": "string",
        "OrderStatus": "string",
        "OrderStateCode": 0,
        "DetailsState": "string",
        "DetailsStateCode": 0,
        "TradeType": "string",
        "TradeTypeCode": 0,
        "BuyerNickname": "string",
        "BuyerSteamHead": "string",
        "BuyerSteamName": "string",
        "BuyerSteamDate": "string",
        "SellerSteamID": "string",
        "SellerNickname": "string",
        "SellerSteamHead": "string",
        "SellerSteamName": "string",
        "SellerSteamDate": "string",
        "CreateOrderTime": "string",
        "FinishOrderTime": "string",
        "PaySuccessTime": "string",
        "PayEndTime": "string",
        "SellingPrice": 0,
        "TotalMoney": 0,
        "CancelReason": "string",
        "Responsible": "string",
        "AssetPreviewModel": {
            "GameId": "string",
            "HashName": "string",
            "AssetId": "string",
            "GoodsId": "string",
            "PaintSeed": 0,
            "PaintIndex": 0,
            "PaintWear": "string",
            "PaintLabelKey": "string",
            "PaintLabel": "string",
            "PaintSeedLabelKey": "string",
            "PaintSeedLabel": "string",
            "Fade": 0,
            "Description": "string",
            "Intro": [
                "string"
            ],
            "IntroColor": [
                "string"
            ],
            "HtmlDescriptions": [
                "string"
            ],
            "Type": "string",
            "TypeKey": "string",
            "FrauDwarnings": [
                "string"
            ],
            "SupportInspect": true,
            "InspectUrl": "string",
            "InspectStatus": 1,
            "Stickers": [
                {
                    "Id": 0,
                    "Name": "string",
                    "Icon": "string",
                    "Pattern": 0,
                    "HighlightReel": 0,
                    "WrappedSticker": 0,
                    "Slot": 0,
                    "Wear": 0,
                    "Price": 0,
                    "GoodsId": "string",
                    "HashName": "string",
                    "GameId": "string",
                    "KeyColorInfo": {
                        "R": 0,
                        "G": 0,
                        "B": 0
                    },
                    "NoWearStickerCount": 0,
                    "StickerCount": 0
                }
            ],
            "Keychains": [
                {
                    "Id": 0,
                    "Name": "string",
                    "Icon": "string",
                    "Pattern": 0,
                    "HighlightReel": 0,
                    "WrappedSticker": 0,
                    "Slot": 0,
                    "Wear": 0,
                    "Price": 0,
                    "GoodsId": "string",
                    "HashName": "string",
                    "GameId": "string",
                    "KeyColorInfo": {
                        "R": 0,
                        "G": 0,
                        "B": 0
                    },
                    "NoWearStickerCount": 0,
                    "StickerCount": 0
                }
            ],
            "Gems": [
                {
                    "GemsId": "string",
                    "GameId": "string",
                    "HashName": "string",
                    "Name": "string",
                    "Type": "string",
                    "Attribute": "string",
                    "Icon": "string",
                    "Index": 0,
                    "Price": 0
                }
            ],
            "Property": [
                {
                    "Category": "string",
                    "Key": "string",
                    "Value": "string",
                    "Color": "string"
                }
            ],
            "View": {
                "Front": "string",
                "Back": "string",
                "View": "string",
                "GameVersion": "string"
            },
            "AnimationView": {
                "Animation": "string",
                "GameVersion": "string"
            },
            "Video": "string",
            "HighlightReel": true,
            "BasePrice": 0,
            "Memo": "string",
            "IsEcoBuy": true,
            "StockStatus": 1,
            "Support2DInspect": true,
            "Support3DInspect": true,
            "SupportInGameInspect": true,
            "SupportAnimationInspect": true,
            "SteamNickName": "string",
            "SteamIMG": "string",
            "CDTime": "string",
            "CDTimeSec": 0,
            "Sealed": true,
            "SealedType": 0
        },
        "HashName": "string",
        "CancelType": "string",
        "SellerDescription": "string",
        "MerchantNo": "string",
        "SellerFee": 0,
        "TradeOfferId": "string",
        "TradeOfferStatus": "string",
        "SendOfferSuccessTime": "string",
        "PunishAmount": 0,
        "GoodsTotal": 0,
        "PunishObject": "string",
        "CdTime": "string",
        "TradeTime": "2019-08-24T14:15:22.123Z",
        "SettlementTime": "string",
        "Protected_Causer": 0,
        "SendOfferRole": 0
    }
}
修改于 2026-04-16 10:01:21
上一页
卖家查询订单状态
下一页
卖家查询报价对应订单
Built with