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 
validate
boolean Check if the product ME1 mode is supported in logistic object.



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "product": { "id": "MLM905904600", "sku": "azul", "name": "Bote De Agua", "subName": null, "upc": null, "gtin": null, "description": null, "currency": "MXN", "productType": "gold_special", "quantity": "195", "price": "50", "cost": null, "discount": null, "dimensions": { "width": null, "height": null, "length": null, "weight": null }, "units": { "width": null, "height": null, "length": null, "weight": null }, "category": { "id": "MLM168680", "name": null, "all": [] }, "tags": [], "status": { "id": null, "visibility": null, "active": null, "status": "active", "ecartapiId": "1", "ecartapi": "active", "hasOptions": null }, "variants": [ { "id": "81711155155", "productId": "MLM905904600", "barcode": null, "name": "Azul", "price": "50", "currency": "MXN", "sku": null, "fulfillmentService": null, "option1": "Azul", "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": "95" }, "status": { "active": "true" }, "requireShipping": null, "bundled": null, "countryCodeOrigin": null, "provinceCodeOrigin": null, "harmonizedSystemCode": null, "countryHarmonizedSystemCode": null, "imageId": "907203-MLM45555534209_042021", "imageUrl": null, "dates": { "createdAt": null, "updatedAt": null }, "ecartapiUrl": "https:/
Curl
curl -X GET 'https://api.ecartapi.com/api/v2/products/:id?validate=true' -H 'Authorization: access_token'

ENDPOINTS