GET https://api.ecartapi.com/api/v2/products/{{id}}
Searches for a selected product and shows the detailed information., Returns details about a listings item for a selling partner. EndFrag Important information: The product's ID must exist Ex. B07ST32MMF
StartFragment,
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
{
"success": true,
"product": {
"id": "0B-C2H7-1739",
"sku": "0B-C2H7-1739",
"name": "Print99 Ceramic Coffee Mug - White, 320 ml",
"subName": null,
"upc": "B08N18TJHD",
"description": null,
"currency": "INR",
"productType": "DRINKING_CUP",
"quantity": null,
"price": "229",
"cost": null,
"discount": null,
"dimensions": {
"width": "12.99999998674",
"height": "12.99999998674",
"length": "12.99999998674",
"weight": "0.49999959172551994"
},
"units": {
"width": "cm",
"height": "cm",
"length": "cm",
"weight": "kg"
},
"category": {
"id": "1380148031",
"name": "Coffee Cups & Mugs",
"all": [
{
"id": "1380148031",
"name": "Coffee Cups & Mugs"
}
]
},
"tags": [],
"status": {
"id": null,
"visibility": "true",
"active": "true",
"status": "active",
"ecartapiId": null
},
"variants": [],
"options": [],
"associatedItems": [],
"images": [],
"imageUrl": "https://m.media-amazon.com/images/I/51eBs0qZdKL.jpg",
"condition": "New",
"link": null,
"dates": {
"createdAt": "2020-11-09T11:00:36.414Z",
"updatedAt": "2020-11-09T11:00:40.340Z"
},
"vendor": "Print99",
"sellOutStock": true,
"mixedId": "B08N18TJHD0B-C2H7-1739"
}
} |
ENDPOINTS