Logo
Ecartapi.com Public API Documentation

Get a product

GET https://api.ecartapi.com/api/v2/products/{{id}}

Searches for a selected product and shows the detailed information.

Important information:

  • The product's ID must exist

More information about the ecommerce's resource.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "product": { "id": "315", "sku": "Green", "name": "Green", "subName": null, "upc": null, "description": "<p><span style=\"text-align: inherit; font-size: 18px;\"><font color=\"#262626\">Product description</font></span><br></p>", "currency": "AED", "productType": "physical", "quantity": null, "price": "549", "cost": null, "discount": null, "dimensions": { "width": null, "height": null, "length": null, "weight": null }, "units": { "width": "cm", "height": "cm", "length": "cm", "weight": "kg" }, "category": { "id": "27", "name": null, "all": [ { "id": "27" } ] }, "tags": [], "status": { "id": null, "visibility": "true", "active": null, "status": "available", "ecartapiId": "1", "ecartapi": "active" }, "variants": [], "options": [], "associatedItems": [], "images": [ { "id": "825", "url": "https://shop_url.com/825/image_1920__82794.1661324021.386.513.jpg?c=1", "variantIds": [], "ecartapiUrl": "https://eshop-deve.herokuapp.com/api/v2/products/315/images/825" }, { "id": "826", "url": "https://shop_url.com/315/images/826/bigcommerce_product_image__34169.jpg?c=1", "variantIds": [], "ecartapiUrl": "https://eshop-deve.herokuapp.com/api/v2/products/315/images/826" }, { "id": "827", "url": "https://shop_url.com/315/images/827/bigcommerce_product_image__43883.jpg?c=1", "variantIds": [], "ecartapiUrl": "https://eshop-deve.herokuapp.com/api/v2/products/315/images/827" }, { "id": "828", "url": "https://shop_url.com/315/images/828/bigcommerce_product_image__36813.jpg?c=1", "variantIds": [], "ecartapiUrl": "https://eshop-deve.herokuapp.com/api/v2/products/315/images/828" }, { "id": "829", "url": "https://shop_url.com/315/images/829/bigcommerce_product_image__76381.jpg?c=1", "variantIds": [], "ecartapiUrl": "https://eshop-deve.herokuapp.com/api/v2/products/315/images/829" } ], "imageUrl": null, "condition": "New", "link": "https://shop_url.me/products/green", "dates": { "createdAt": "2022-08-24T06:48:09+00:00", "updatedAt": "2022-09-10T09:36:39+00:00" }, "vendor": null, "sellOutStock": null, "internationalShipment": [ { "originCountry": "", "comodityDescription": "", "internationalShipment": "false", "hsCodes": {} } ] } }



Curl
curl -X GET 'https://api.ecartapi.com/api/v2/products/id' -H 'Authorization: access_token'

ENDPOINTS