{
  "openapi": "3.0.0",
  "info": {
    "title": "Douyin E-commerce Item Details API (V1)",
    "version": "1.0.0",
    "description": "Get Douyin E-commerce item details, including price, title, and stock, for product monitoring and competitive analysis."
  },
  "servers": [
    {
      "url": "https://api.justoneapi.com",
      "description": "prod-global (default)"
    },
    {
      "url": "http://47.117.133.51:30015",
      "description": "prod-cn (optional for Mainland China)"
    }
  ],
  "paths": {
    "/api/douyin-ec/get-item-detail/v1": {
      "get": {
        "tags": [
          "Douyin E-commerce"
        ],
        "summary": "Item Details",
        "description": "Get Douyin E-commerce item details, including price, title, and stock, for product monitoring and competitive analysis.",
        "operationId": "getItemDetailV1",
        "parameters": [
          {
            "name": "token",
            "in": "query",
            "description": "Access token for this API service.",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "itemId",
            "in": "query",
            "description": "The unique ID of the item on Douyin E-commerce.",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "responses": {
          "default": {
            "description": "default response",
            "content": {
              "application/json": {}
            }
          }
        },
        "x-order": "14502000"
      }
    }
  },
  "components": {}
}