{
  "openapi": "3.0.0",
  "info": {
    "title": "抖音电商商品详情 API (V1)",
    "version": "1.0.0",
    "description": "获取抖音电商商品详情，包括价格、标题和库存，用于商品监测和竞争分析。"
  },
  "servers": [
    {
      "url": "https://api.justoneapi.com",
      "description": "prod-global（默认）"
    },
    {
      "url": "http://47.117.133.51:30015",
      "description": "prod-cn（中国大陆地区可选）"
    }
  ],
  "paths": {
    "/api/douyin-ec/get-item-detail/v1": {
      "get": {
        "tags": [
          "抖音电商"
        ],
        "summary": "商品详情",
        "description": "获取抖音电商商品详情，包括价格、标题和库存，用于商品监测和竞争分析。",
        "operationId": "getDouyinEcItemDetailV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "此 API 服务的访问令牌。",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "itemId",
            "in": "query",
            "description": "抖音电商上商品的唯一ID。",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "好的",
            "content": {
              "*/*": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "string",
                      "enum": [
                        "0",
                        "100",
                        "101",
                        "202",
                        "300",
                        "301",
                        "302",
                        "303",
                        "400",
                        "500",
                        "600",
                        "601"
                      ]
                    },
                    "message": {
                      "type": "string"
                    },
                    "data": {
                      "type": "object"
                    },
                    "recordTime": {
                      "type": "string",
                      "format": "date-time"
                    }
                  }
                }
              }
            }
          }
        },
        "x-order": "14502000",
        "x-api-version": "v1",
        "x-highlights": []
      }
    }
  },
  "components": {}
}