GET https://api.ecartapi.com/api/v2/products/{{id}}
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
{
"success": true,
"product": {
"id": "LLI-MAT-DIR-165",
"sku": "LLI-MAT-DIR-165",
"name": "Dirty Pink ",
"description": null,
"productType": null,
"quantity": "544",
"price": "250",
"dimensions": {
"width": null,
"height": null,
"length": null,
"weight": null
},
"units": {
"width": null,
"height": null,
"length": null,
"weight": null
},
"categoryId": null,
"tags": [
{
"name": "Shopify Category Liquid Lipstick"
},
{
"name": "Shopify Tag 165"
},
{
"name": "Shopify Tag coverage-full"
},
{
"name": "Shopify Tag dirty"
},
{
"name": "Shopify Tag dirty pink"
},
{
"name": "Shopify Tag finish-matte"
},
{
"name": "Shopify Tag lipstick"
},
{
"name": "Shopify Tag liquid"
},
{
"name": "Shopify Tag pink"
},
{
"name": "Shopify Tag shade-electric"
},
{
"name": "Shopify Tag shade-pink"
}
],
"status": {
"id": null,
"visibility": null,
"active": "true",
"status": null
},
"variants": [],
"options": [],
"images": [
{
"id": null,
"url": "https://cdn.shopify.com/s/files/1/0060/5375/7017/products/Dirty-Pink_web_1.jpg?v=1554314145",
"ecartapiUrl": null
},
{
"id": null,
"url": "https://cdn.shopify.com/s/files/1/0060/5375/7017/products/Dirty-Pink_web_2.jpg?v=1554314145",
"ecartapiUrl": null
},
{
"id": null,
"url": "https://cdn.shopify.com/s/files/1/0060/5375/7017/products/Swatches_V1_64d3ea33-055d-4be3-8b26-e2a0756657b9.jpg?v=1554144040",
"ecartapiUrl": null
}
],
"imageUrl": null,
"condition": null,
"link": null,
"dates": {
"createdAt": "2019-07-01T21:38:37",
"updatedAt": "2019-09-10T20:50:38"
},
"vendor": null
}
} |
ENDPOINTS