1. Item
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
        GET
      • Item Search
        GET
      • Item - Search V2
        GET
      • Item Basic
        GET
      • Item Specifications
        GET
      • Item Video List
        GET
      • Item Video List V2
        GET
      • Item Video List V3
        GET
      • Item Video Statistics V2
        GET
      • Item Creator List
        GET
      • Item Creator List V2
        GET
      • Item Creator List V3
        GET
      • Item Trend
        GET
      • Item Sales Mode Distribution
        GET
      • Item Sales Mode Distribution V2
        GET
      • Item Sales Channels Distribution
        GET
      • Item Sales Channels Distribution V2
        GET
      • Item Live Room List
        GET
      • Item Live Room List V2
        GET
      • Item Live Room List V3
        GET
      • Item Live Statistics
        GET
      • Item Live Statistics V2
        GET
      • Item Creator Statistics
        GET
      • Item Creator Statistics V2
        GET
    • Item Creator
      • Item Creator Search
      • Item Creator Search V2
      • Item Creator Search V3
      • Item Creator Statistic
      • Item Creator Statistic V2
      • Item Creator Basic
      • Item Creator Items
      • Item Creator Items V2
      • Item Creator Items V3
      • Item Creator Item Category
      • Item Creator Item Category V2
      • Item Creator Item Category V3
      • Item Creator Video Trend
      • Item Creator Video Category
      • Item Creator Video Category V2
      • Item Creator Video List
      • Item Creator Video List V2
      • Item Creator Video Detail
      • Item Creator Trend
      • Item Creator Live List V2
      • Creator AI Insight Metrics
      • Item Creator Seller List
    • Seller
      • Seller Ranking
      • Seller Search
      • Seller Search V2
      • Seller - Search V3
      • Seller - Basic Info
      • Seller - Statistics
      • Seller - Statistics V2
      • Seller - Sales Distribution
      • Sales Trend Analysis
      • Video/Live Promotion Trend Analysis
      • Live Streaming Detailed Data
      • Category Analysis
      • Product Category List
      • Seller - Item List V1
      • Seller - Item List V2
      • Video Category List
      • Video List
      • Live Streaming List
      • Seller - Creator List V1
      • Seller - Creator List V2
    • Item Video
      • Video Search
      • Video - Search V2
      • Item Video Basic
      • Video - Period Statistics
      • AI Insight
      • Item Video Item List
      • Item Video Trend
      • Item Video Play Url
      • Item Video Item List V2
      • Item Video Item List V3
    • Category
      • Category - Potential Categories
      • Category - Market GMV Trend
      • Category - Top10 Categories
    • Hashtag
      • Hashtag Search
      • Hashtag Search V2
      • Topic Rank
      • Topic Basic Info
      • Topic Basic Info V2 (Period Aggregation)
      • Topic Usage Trend
      • Topic Associated Creator List
      • Topic Associated Video list
      • Topic Associated Video list V2
    • Live
      • Live Room Search
      • Live Room Basic Information
      • Product Category List
      • Product List
      • Product List V2
      • Live Room Trend
    • Data Expand
      • Data Expand - Manual Update
  • Meta APIs
    • Translation of Item category names
    • Country List
    • Item Category List
    • Tiktok Category List
    • Metadata - Language List
    • Metadata - Country List
  • Data
    • Live
    • Item
  • Schemas
    • 通用response结构
    • 通用趋势数据元素结构
    • GMVInfoVO
    • ResultResponse?
    • RangeVO
    • CountVO
    • DistributionVO
    • TrendElementVOLong
    • sales distribution Creator info
    • Currency Symbol Info
    • TrendElementVOBigDecimal
    • CurrencySymbolVO
    • GmvAmountVO
    • GmvInfoVO
    • VideoTrendVO
    • OpenApiCreatorStatisticVO
    • ResultResponseVideoTrendVO
    • ResultResponseListOpenApiCreatorStatisticVO
  1. Item

Item Specifications

GET
/api/item/sku_info
Get complete item specification information, including specification attributes, price (with exchange rate conversion), stock, total stock, stock percentage, etc. Returns tree-structured data, supporting multi-specification items (e.g., color + size),When returning multi specification product data, the data of the leaf nodes shall prevail.

Request

Authorization
or
Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item/sku_info?itemId' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;'

Responses

🟢200OK
application/json
Request successful
Body

Example
{
    "code": "200",
    "message": "成功!",
    "result": {
        "propId": "root",
        "propName": "root",
        "propValueId": null,
        "propValue": "root",
        "stock": null,
        "totalStock": null,
        "stockPercentage": null,
        "priceList": null,
        "children": [
            {
                "propId": "100000",
                "propName": "Color",
                "propValueId": "1001063",
                "propValue": "Black",
                "stock": "25",
                "totalStock": "2680",
                "stockPercentage": "0.93",
                "priceList": [
                    {
                        "local": 31.54,
                        "region": 31.54
                    }
                ],
                "children": [
                    {
                        "propId": "100007",
                        "propName": "Size",
                        "propValueId": "1020882",
                        "propValue": "CN36",
                        "stock": "250",
                        "totalStock": "2680",
                        "stockPercentage": "9.33",
                        "priceList": [
                            {
                                "local": 31.54,
                                "region": 31.54
                            }
                        ],
                        "children": []
                    },
                    {
                        "propId": "100007",
                        "propName": "Size",
                        "propValueId": "1020883",
                        "propValue": "CN37",
                        "stock": "25",
                        "totalStock": "2680",
                        "stockPercentage": "0.93",
                        "priceList": [
                            {
                                "local": 31.54,
                                "region": 31.54
                            }
                        ],
                        "children": []
                    },
                    {
                        "propId": "100007",
                        "propName": "Size",
                        "propValueId": "1020884",
                        "propValue": "CN38",
                        "stock": "25",
                        "totalStock": "2680",
                        "stockPercentage": "0.93",
                        "priceList": [
                            {
                                "local": 31.54,
                                "region": 31.54
                            }
                        ],
                        "children": []
                    },
                    {
                        "propId": "100007",
                        "propName": "Size",
                        "propValueId": "1020885",
                        "propValue": "CN39",
                        "stock": "250",
                        "totalStock": "2680",
                        "stockPercentage": "9.33",
                        "priceList": [
                            {
                                "local": 31.54,
                                "region": 31.54
                            }
                        ],
                        "children": []
                    },
                    {
                        "propId": "100007",
                        "propName": "Size",
                        "propValueId": "1020886",
                        "propValue": "CN40",
                        "stock": "25",
                        "totalStock": "2680",
                        "stockPercentage": "0.93",
                        "priceList": [
                            {
                                "local": 31.54,
                                "region": 31.54
                            }
                        ],
                        "children": []
                    },
                    {
                        "propId": "100007",
                        "propName": "Size",
                        "propValueId": "1020887",
                        "propValue": "CN41",
                        "stock": "25",
                        "totalStock": "2680",
                        "stockPercentage": "0.93",
                        "priceList": [
                            {
                                "local": 31.54,
                                "region": 31.54
                            }
                        ],
                        "children": []
                    },
                    {
                        "propId": "100007",
                        "propName": "Size",
                        "propValueId": "1294405",
                        "propValue": "CN43",
                        "stock": "25",
                        "totalStock": "2680",
                        "stockPercentage": "0.93",
                        "priceList": [
                            {
                                "local": 31.54,
                                "region": 31.54
                            }
                        ],
                        "children": []
                    },
                    {
                        "propId": "100007",
                        "propName": "Size",
                        "propValueId": "1294406",
                        "propValue": "CN42",
                        "stock": "250",
                        "totalStock": "2680",
                        "stockPercentage": "9.33",
                        "priceList": [
                            {
                                "local": 31.54,
                                "region": 31.54
                            }
                        ],
                        "children": []
                    }
                ]
            }
        ]
    },
    "serverTime": "2026-01-13 16:13:06"
}
Modified at 2026-01-13 09:06:14
Previous
Item Basic
Next
Item Video List
Built with