Logo
Ecartapi.com Public API Documentation

Get a single product

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "product": { "id": "16194", "sku": "QUICK52023_2FB5", "name": "CANNONDALE QUICK 5 (XXL, Acid Lime)", "subName": null, "upc": null, "description": "<p><span style=\"color: rgb(34, 34, 34); font-size: 24px; font-weight: 700;\">Quick As You Like</span></p>\r\n<p>A swift, sporty bike that’s perfect for getting a workout, city cruising or just getting out and feeling good.</p>\r\n<h3>Where it thrives</h3>\r\n<p>In town, leisurely rides, on crowded streets</p>\r\n<h3>What it's built for</h3>\r\n<p>Agility, visibility, comfort</p>\r\n<h3>Highlights</h3>\r\n<ul><li>Lightweight aluminum frame w/ 360° reflective accents</li><li>Shimano Tourney TX 14-speed drivetrain w/ disc brakes</li><li>Integrated connectivity with Cannondale App</li></ul>\r\n<p><strong>Versatile&nbsp;</strong><br>A bike of all trades. Plenty of reflective accents and mounts for racks and fenders make Quick perfect for rides through the city, and it’s sporty enough for harder riding to keep you healthy and fit.</p>\r\n<p><strong>Comfortable & capable&nbsp;</strong><br>Comfort comes standard thanks to bump-absorbing SAVE micro-suspension, and a riding position that’s upright for visibility and ease, yet forward enough for efficient speed.</p>\r\n<p><strong>Premier performance&nbsp;</strong><br>First and foremost, Quick is quick. This bike is lightweight, nimble and comfortable, with fast tires, confident handling, and gearing that’s just right for darting around town.</p>\r\n<p><br></p>\r\n<p><br></p>\r\n<p></p>", "currency": null, "productType": null, "quantity": "1", "price": "849.000000", "cost": null, "discount": null, "dimensions": { "width": "0", "height": "0", "length": "0", "weight": "0.000" }, "units": { "width": null, "height": null, "length": null, "weight": null }, "category": { "id": "31", "name": null, "all": [ "31", "354" ] }, "tags": [], "status": { "id": null, "visibility": "true", "active": "true", "status": "A", "ecartapiId": "1", "ecartapi": "active", "hasOptions": null }, "variants": [ { "id": "12", "productId": 16194, "barcode": null, "name": "Size", "price": "849.000000", "currency": null, "sku": "QUICK52023_2FB5", "fulfillmentService": null, "option1": null, "option2": null, "option3": null, "dimensions": { "width": null, "height": null, "length": null, "weight": null }, "units": { "width": null, "height": null, "length": null, "weight": null }, "inventory": { "itemId": null, "quantity": null }, "status": { "active": null }, "requireShipping": null, "bundled": null, "imageId": null, "imageUrl": null, "dates": { "createdAt": null, "updatedAt": null }, "ecartapiUrl": null, "quantity": "1" }, { "id": "7291", "productId": 16194, "barcode": null, "name": "Color", "price": "849.000000", "currency": null, "sku": "QUICK52023_2FB5", "fulfillmentService": null, "option1": null, "option2": null, "option3": null, "dimensions": { "width": null, "height": null, "length": null, "weight": null }, "units": { "width": null, "height": null, "length": null, "weight": null }, "inventory": { "itemId": null, "quantity": null }, "status": { "active": null }, "requireShipping": null, "bundled": null, "imageId": null, "imageUrl": null, "dates": { "createdAt": null, "updatedAt": null }, "ecartapiUrl": null, "quantity": "1" } ], "options": [], "associatedItems": [], "logistic": { "mode": null, "type": null, "free": "false", "direction": null, "dimensions": null }, "images": [], "imageUrl": null, "condition": null, "link": null, "dates": { "createdAt": "1671802025", "updatedAt": "1671807142", "imageUrl": null }, "vendor": "58", "sellOutStock": null } }



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

ENDPOINTS