- 【Must-Read】About Signature
- Data APIs
- Item
- Item Creator
- Seller
- Item Video
- Meta APIs
Item Basic
GET
/api/item/basic
Request
Query Params
itemId
string
required
Header Params
x-appKey
string
required
Example:
{{appKey}}
x-timestamp
string
required
Example:
{{x-timestamp}}
x-sign
string
required
Example:
{{x-sign}}
Request 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/basic?itemId' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
Responses
🟢200成功
application/json
Body
code
string
required
message
string
required
result
object
optional
itemInfo
object
optional
sellerInfo
object
optional
serverTime
string
optional
Example
{
"code": "200",
"message": "Success",
"result": {
"itemInfo": {
"itemId": "1729401326017613638",
"itemName": "HOMELAB 3-Piece Wearable Hot Water Bottle with Waist Strap",
"itemPicUrl": [
"http://cdn.tabcut.com/dataservice/media/item/1729401326017613638/17294013260176136380.webp?auth_key=1703159949-0-0-3dfe99eb8a51a3cd2e989ec838d4f597&image_process=resize,fh_246,fw_246/format,png",
"http://cdn.tabcut.com/dataservice/media/item/1729401326017613638/17294013260176136381.webp?auth_key=1703159949-0-0-cda67aa372319a526bdae6502a39ea7e&image_process=resize,fh_246,fw_246/format,png"
],
"unResizeItemPicUrl": [
"http://cdn.tabcut.com/dataservice/media/item/1729401326017613638/17294013260176136380.webp?auth_key=1703159949-0-0-3dfe99eb8a51a3cd2e989ec838d4f597&image_process=format,png",
"http://cdn.tabcut.com/dataservice/media/item/1729401326017613638/17294013260176136381.webp?auth_key=1703159949-0-0-cda67aa372319a526bdae6502a39ea7e&image_process=format,png"
],
"region": "GB",
"categoryList": null,
"soldCountInfo": {
"period1d": 3329,
"period7d": 23174,
"period30d": 28495,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": 22738,
"total": 58036
},
"reviewCountInfo": {
"period1d": null,
"period7d": null,
"period30d": 967,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": null,
"total": 1538
},
"creatorCountInfo": {
"period1d": null,
"period7d": null,
"period30d": null,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": null,
"total": 236
},
"videoCountInfo": {
"period1d": null,
"period7d": null,
"period30d": null,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": null,
"total": 407
},
"updateTime": 1703048473000,
"discoverTime": 1695853918000,
"originItemUrl": "https://shop.tiktok.com/view/product/1729401326017613638",
"rating": "4.7",
"liveRoomCount": 12,
"currencySymbolInfo": {
"local": "£",
"region": "$"
},
"gmvInfo": {
"periodCurrent": null,
"period1d": null,
"period7d": null,
"period30d": {
"local": 199180.05,
"region": 252318.3
},
"total": {
"local": 405671.64,
"region": 513898.75
}
},
"priceList": [
{
"local": 6.99,
"region": 8.85
}
],
"commissionRate": 0,
"before1dRank": 0,
"before2dRank": 0,
"fullManagedFlag": 0
},
"sellerInfo": {
"sellerId": "7495042062823754566",
"sellerName": "Home Lab UK",
"sellerLogoUrl": "https://p16-oec-common-useast2a.ibyteimg.com/tos-useast2a-i-hyqnpo4tzp-aiso/0ed0eddab5274e9198ffb84cfca210dc~tplv-hyqnpo4tzp-resize-png:300:300.png?from=2422056039",
"region": "GB",
"itemCountInfo": {
"period1d": null,
"period7d": null,
"period30d": null,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": null,
"total": 7
},
"soldCountInfo": {
"period1d": null,
"period7d": null,
"period30d": 28747,
"prePeriod1d": null,
"prePeriod7d": null,
"prePeriod30d": null,
"total": null
},
"currencySymbolInfo": {
"local": "£",
"region": null
},
"gmvInfo": {
"periodCurrent": null,
"period1d": null,
"period7d": null,
"period30d": {
"local": 202491.02,
"region": null
},
"total": null
},
"overseaFlag": 0,
"officialFlag": 0
}
},
"serverTime": "2023-12-21 19:49:09"
}
Modified at 2025-06-24 08:29:54