Get the details of the specified product
GET
/OpenApi/Product/DetailLast modified: 1 年前
Maintainer:
Get the details of the specified product
Request
Query Params
ItemNo
string
required
unique identification
Example:
10000007A
Header Params
Authorization
string
required
Authorization
Example:
2+s8CDVEwkmRHSJ9lorE5Q==
Request samples
Responses
success(200)
unauthorized(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
Detail
object
Detail
ItemNo
string
ItemNo
unique identification
EanCode
string
EanCode
EanCode
CategoryCode
string
CategoryCode
Category Code
Name
string
Name
item name
Summary
string
Summary
summary
Description
string
Description
item description
ProductStatus
integer
ProductStatus
1 Normal2 Out of Stock3 Locked4 Pre-sold5 Group-buy
WithPackage
number
WithPackage
with or without packing
Reminder
null
reminder
reminder
MOQ
integer
moq
MOQ
IsSpecialOffer
boolean
IsSpecialOffer
promotional items or not
Price
number
Price
item price
OriginalPrice
number
OriginalPrice
original price : if not promotional items, price is the same with one unit
PromotionPrice
number
PromotionPrice
PromotionPeriod
string
PromotionPeriod
PriceList
array [object {4}]
PriceList
price range
SpecificationList
array [object {2}]
SpecificationList
LeadTime
string
LeadTime
Lead time
GrossWeight
number
GrossWeight
Gross weight
VolumeWeight
number
VolumeWeight
volumetric weight
Length
number
Length
Width
number
Width
Height
integer
Height
CompatibleList
array [object {4}]
CompatibleList
Modified
string
Modified
UTC modified
Added
string
Added
newly added UTC
StockStatus
integer
StockStatus
1 In stock2 on sale3 In shortage4 out of stock5 5-7 Days7 7-10 Days
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": []
}
Last modified: 1 年前