Get product details Response
{
"attributes": [],
"brandUID": 49232,
"categoryUID": [ //
49557 // Legacy name, use categories instead
], //
"categories": [
49557
],
"code": "135424", // legacy name, check against sku instead
"sku": "135424",
"data": {
"ean13": "",
"ean8": "",
"isbn": "",
"issn": "",
"unlimited": false
},
"description": "Product Description",
"dimension": {
"w": "0",
"h": "10",
"z": "0"
},
"price": 6.66,
"final_price": 6.66,
"highview": 0,
"parameters": [],
"seo": {
"title": "Product SEO Title",
"keywords": "product, seo, keywords",
"description": "Product SEO Description"
},
"shipping_cost": 0,
"slug": "api-product-test-custom-friendly-url",
"status": 1,
"stockCount": 100, // legacy name, use stock_count instead,
"stock_count": 100,
"tags": [],
"taxable": 0,
"taxprofile": "52dd3382be85f18660000000", // legacy name, usa tax_profile instead,
"tax_profile": "52dd3382be85f18660000000",
"title": "Api Product Test",
"uid": 49558,
"updateDate": {
"sec": 1396856023,
"usec": 608000
},
"usevariants": 0,
"weight": 0,
"image_id": "52dd3382be85f186600000fef",
"brand_name": "Brand name",
"categories": [
{
"category_name": "Category 1",
"category_id": 0000000
},
{
"category_name": "Category 2",
"category_id": 0000000
},
{
"category_name": "Category 3",
"category_id": 0000000
},
],
"gallery": [
{
"id": "00xxx000000",
"url": "https://egress.storeden.net/gallery/0000xx0000x",
"default": true
}
],
}