Logo
Ecartapi.com Public API Documentation

Get a single product

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

Searches for a selected product and shows the detailed information.

Important information:

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "product": { "id": "1", "sku": "demo_1", "name": "Hummingbird printed t-shirt", "description": "<p><span style=\"font-size:10pt;font-family:Arial;font-style:normal;\"><span style=\"font-size:10pt;font-family:Arial;font-style:normal;color:#efefef;\">Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy.</span><span style=\"font-size:10pt;font-family:Arial;font-style:normal;\"> Studio Design' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.</span></span></p>", "price": "23.900000", "vendor": null, "productType": "simple", "createdAt": "2019-01-11 18:11:35", "updatedAt": "2019-01-11 18:11:35", "tags": null, "visibility": "both", "active": "true", "condition": "new", "variants": [ { "id": "1", "productId": "1", "name": null, "price": "0.000000", "sku": "demo_1", "fulfillmentService": null, "createdAt": "0000-00-00", "updatedAt": null, "weight": "0.000000", "weightUnit": null, "inventoryItemId": null, "inventoryQuantity": "300" }, { "id": "2", "productId": "1", "name": null, "price": "0.000000", "sku": "demo_1", "fulfillmentService": null, "createdAt": "0000-00-00", "updatedAt": null, "weight": "0.000000", "weightUnit": null, "inventoryItemId": null, "inventoryQuantity": "300" }, { "id": "3", "productId": "1", "name": null, "price": "0.000000", "sku": "demo_1", "fulfillmentService": null, "createdAt": "0000-00-00", "updatedAt": null, "weight": "0.000000", "weightUnit": null, "inventoryItemId": null, "inventoryQuantity": "300" }, { "id": "4", "productId": "1", "name": null, "price": "0.000000", "sku": "demo_1", "fulfillmentService": null, "createdAt": "0000-00-00", "updatedAt": null, "weight": "0.000000", "weightUnit": null, "inventoryItemId": null, "inventoryQuantity": "300" }, { "id": "5", "productId": "1", "name": null, "price": "0
Curl
curl -X GET 'https://api.ecartapi.com/api/v2/products/id' -H 'Authorization: access_token'

ENDPOINTS