Logo
Ecartapi.com Public API Documentation

Get a single product

GET https://api.ecartapi.com/api/v2/products/371595825

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "product": { "id": "371595825", "sku": "0008", "name": "SAMPLE. Black Dress", "description": "<p>Perfect for wearing with your favorite flat sandals or trendy sneakers, the Black\n\t\t\t\tDress is a fun cami style mini dress. This lightweight warm weather sundress has unique strap detail\n\t\t\t\tacross the back with strap adjusters and features self binding along the neck and at the straps. Length\n\t\t\t\tis 33 inches from shoulder to hem.<br></p><p>This simple but playful camisole is flattering and fun. Available for purchase\n\t\t\t\tthrough SurfRide.\n\t\t\t\t</p><p>Material: 100% Viscose<br>\n\t\t\t\tColor: Black<br>\n\t\t\t\tPrint: Floral<br>\n\t\t\t\tFit: Relaxed</p>", "currency": "MXN", "productType": null, "quantity": "10", "price": "44.95", "dimensions": { "width": "10", "height": "10", "length": "10", "weight": "10" }, "units": { "width": null, "height": null, "length": null, "weight": null }, "category": { "id": "0", "name": null, "all": [] }, "tags": [], "status": { "id": null, "visibility": "1", "active": "true", "status": "true" }, "variants": [ { "id": "211637298", "productId": "371595825", "name": "SAMPLE. Black Dress", "price": "40.95", "currency": "MXN", "sku": null, "fulfillmentService": null, "option1": "Size", "option2": "color", "option3": null, "dimensions": { "width": "10", "height": "10", "length": "10", "weight": "10" }, "units": { "width": null, "height": null, "length": null, "weight": null }, "inventory": { "itemId": null, "quantity": "10" }, "requireShipping": null, "imageId": null, "dates": { "createdAt": null, "updatedAt": null }, "ecartapiUrl": null } ], "options": [ { "id": null, "name": null, "values": [ "S", "M", "L" ] }, { "id": null, "name": null, "values": [ "Rojo/Azul", "Ninguno" ] } ], "images": [], "imageUrl": null, "condition": null, "link": null, "dates": { "createdAt": "undefined", "updatedAt": "undefined" }, "vendor": null, "sellOutStock": null } }



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

ENDPOINTS