- Authorization
- Category
- Product
- Order
- Shipping
Get the details of the specified product
GET
https://openapi.tvc-mall.com/OpenApi/Product/Detail
Last modified:2024-03-15 01:40:18
Maintainer:Alfred.Tvc
Request
Query Params
ItemNo
string
required
Example:
10000007A
Header Params
Authorization
string
required
Example:
2+s8CDVEwkmRHSJ9lorE5Q==
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 'https://openapi.tvc-mall.com/OpenApi/Product/Detail?ItemNo=10000007A' \
--header 'Authorization: 2+s8CDVEwkmRHSJ9lorE5Q=='
Responses
🟢200success
application/json
Body
Detail
object
Detail
ItemNo
string
ItemNo
EanCode
string
EanCode
CategoryCode
string
CategoryCode
Name
string
Name
Summary
string
Summary
Description
string
Description
ProductStatus
integer
ProductStatus
WithPackage
number
WithPackage
Reminder
null
reminder
MOQ
integer
moq
IsSpecialOffer
boolean
IsSpecialOffer
Price
number
Price
OriginalPrice
number
OriginalPrice
PromotionPrice
number
PromotionPrice
PromotionPeriod
string
PromotionPeriod
PriceList
array [object {4}]
PriceList
SpecificationList
array [object {2}]
SpecificationList
LeadTime
string
LeadTime
GrossWeight
number
GrossWeight
VolumeWeight
number
VolumeWeight
Length
number
Length
Width
number
Width
Height
integer
Height
CompatibleList
array [object {4}]
CompatibleList
Modified
string
Modified
Added
string
Added
StockStatus
integer
StockStatus
PackageList
null
PackageList
CacheTime
string
CacheTime
Attributes
null
Attributes
ModelList
array[string]
required
Example
{
"Detail": {
"ItemNo": "10000007A",
"EanCode": "",
"CategoryCode": "C003700020040",
"Name": "ENKAY ENK-1001 9.7-inch Neoprene Bag Case for iPad Air iPad 2 3 4 - Black",
"Summary": "ENKAY ENK-1001 9.7-inch Neoprene Bag Case for iPad Air iPad 2 3 4 - Black",
"Description": "<h5 class='system-title'>ENKAY ENK-1001 9.7-inch Neoprene Bag Case for iPad Air iPad 2 3 4 - Black</h5>\n<div class='system-intro'></div>\n<div class='system-description'><ul class=\" list-paddingleft-2\" style=\"list-style-type: disc;\"><li><p>Neoprene and nylon materials, exquisite construction</p></li><li><p>Waterproof, shockproof and impact-resistant</p></li><li><p>Multiple slots on the back for mobile accessories storage</p></li><li><p>No retail packaging</p></li></ul><p><strong>Compatible with:</strong></p><ul class=\" list-paddingleft-2\" style=\"list-style-type: disc;\"><li><p>iPad Air</p></li><li><p>iPad 4</p></li><li><p>iPad 3</p></li><li><p>iPad 2</p></li></ul><p><strong>Package included:</strong></p><ul class=\" list-paddingleft-2\" style=\"list-style-type: disc;\"><li><p>1 x ENKAY ENK-1001 9.7-inch Neoprene Bag Case for iPad Air iPad 2 3 4 - Black</p></li><li><p>Accessory only, device not included</p></li></ul><p></p></div>\n",
"ProductStatus": 2,
"WithPackage": 0,
"Reminder": null,
"MOQ": 1,
"IsSpecialOffer": false,
"Price": 4.62,
"OriginalPrice": 4.62,
"PromotionPrice": 4.62,
"PromotionPeriod": "",
"PriceList": [
{
"MinimumQuantity": 1,
"UnitPrice": 4.62,
"Invalid": false,
"CurrentInterval": true
},
{
"MinimumQuantity": 4,
"UnitPrice": 4.27,
"Invalid": false,
"CurrentInterval": false
},
{
"MinimumQuantity": 25,
"UnitPrice": 4.08,
"Invalid": false,
"CurrentInterval": false
},
{
"MinimumQuantity": 50,
"UnitPrice": 3.94,
"Invalid": false,
"CurrentInterval": false
},
{
"MinimumQuantity": 100,
"UnitPrice": 3.87,
"Invalid": false,
"CurrentInterval": false
}
],
"SpecificationList": [
{
"Name": "Brand",
"Value": "Enkay"
},
{
"Name": "Color",
"Value": "Black"
},
{
"Name": "Material",
"Value": "Neoprene, Nylon"
},
{
"Name": "Gross Weight",
"Value": "0.162kg"
},
{
"Name": "Volume Weight",
"Value": "0.128kg"
},
{
"Name": "Length",
"Value": "26.500cm"
},
{
"Name": "Width",
"Value": "21.500cm"
},
{
"Name": "Height",
"Value": "1.000cm"
},
{
"Name": "Weight",
"Value": "0.145kg"
},
{
"Name": "EAN",
"Value": ""
},
{
"Name": "With Retail Packaging",
"Value": "No"
}
],
"LeadTime": "Out of Stock",
"GrossWeight": 0.162,
"VolumeWeight": 0.128,
"Length": 26.5,
"Width": 21.5,
"Height": 1,
"CompatibleList": [
{
"Brand": "Apple",
"Model": "iPad Air (2013)",
"Versions": [],
"DisplayName": "iPad Air (2013)"
},
{
"Brand": "Apple",
"Model": "iPad 3",
"Versions": [],
"DisplayName": "iPad 3"
},
{
"Brand": "Apple",
"Model": "iPad 4",
"Versions": [],
"DisplayName": "iPad 4"
},
{
"Brand": "Apple",
"Model": "iPad 2",
"Versions": [],
"DisplayName": "iPad 2"
}
],
"Modified": "2021-11-30T17:40:46",
"Added": "2014-10-09T17:02:17",
"StockStatus": 4,
"PackageList": null,
"CacheTime": "2023-12-04T06:39:02",
"Attributes": null
},
"ModelList": []
}
🟢200unauthorized
Modified at 2024-03-15 01:40:18