Logo
Ecartapi.com Public API Documentation

Get a single product

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": "667586343", "sku": "001", "name": "SERVIÇO DE LOGÍSTICA", "subName": null, "upc": null, "description": "<p>SERVIÇO DE LOGÍSTICA</p>", "currency": null, "productType": "S", "quantity": null, "price": null, "cost": null, "discount": null, "dimensions": { "width": "0.0", "height": "0.0", "length": "0.0", "weight": "0" }, "units": { "width": null, "height": null, "length": null, "weight": null }, "category": "", "tags": [], "status": { "id": null, "visibility": null, "active": null, "status": null, "ecartapiId": null, "ecartapi": null, "hasOptions": null }, "variants": [], "options": [], "associatedItems": [], "logistic": { "me1Suported": null, "mode": null, "type": null, "free": "false", "direction": null, "dimensions": null, "rates": [] }, "images": [], "imageUrl": null, "condition": null, "link": null, "dates": { "updatedAt": null }, "vendor": null, "sellOutStock": null, "internationalShipment": [], "gtin": null } }



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

ENDPOINTS