Logo
Ecartapi.com Public API Documentation

Get product info

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": "25ghjkl", "sku": "25ghjkl", "name": "Air Max 97 Updated Yellow", "description": "nice shoe<span></span>", "currency": null, "quantity": "10", "price": "1000.00", "dimensions": { "width": "10", "height": "10", "length": "10", "weight": "1" }, "units": { "width": "cm", "height": "cm", "length": "cm", "weight": "kg" }, "category": { "id": null, "name": "Tenis Deportivos para hombre", "all": [] }, "tags": [], "status": { "id": null, "visibility": null, "active": null, "status": "active" }, "variants": [ { "id": null, "productId": null, "name": "25.5", "price": "1000.00", "currency": null, "sku": null, "fulfillmentService": null, "option1": null, "option2": null, "option3": null, "dimensions": { "width": "10", "height": "10", "length": "10", "weight": "1" }, "units": { "width": "cm", "height": "cm", "length": "cm", "weight": "kg" }, "inventory": { "itemId": null, "quantity": "10" }, "requireShipping": null, "imageId": null, "dates": { "createdAt": null, "updatedAt": null }, "ecartapiUrl": null } ], "options": [], "images": [ { "id": null, "url": "https://sellercenter-static-staging.linio.com.mx/3/38d67766e8f32036297eec726de72341.jpeg", "variantIds": [], "ecartapiUrl": null }, { "id": null, "url": "https://sellercenter-static-staging.linio.com.mx/1/1ee78d588872901cd0a329e9a0788705.jpeg", "variantIds": [], "ecartapiUrl": null } ], "imageUrl": "https://sellercenter-static-staging.linio.com.mx/3/38d67766e8f32036297eec726de72341.jpeg", "condition": null, "link": null, "dates": { "createdAt": null, "updatedAt": null }, "vendor": null, "sellOutStock": null } }



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

ENDPOINTS