Logo
Ecartapi.com Public API Documentation

Get a product

GET https://api.ecartapi.com/api/v2/products/{{id}}

Obtain a single product information.

Find more information about Allegro's resource.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status OK

{ "success": true, "products": { "id": "c2024377-a05a-457b-a66b-a9ed90240365", "sku": null, "name": "Smartfon Samsung Galaxy A52s 8 GB / 256 GB biały", "subName": null, "upc": null, "description": null, "currency": null, "productType": null, "quantity": null, "price": null, "dimensions": { "width": null, "height": null, "length": null, "weight": null }, "units": { "width": null, "height": null, "length": null, "weight": null }, "category": { "id": "320164", "name": null, "all": [] }, "tags": [], "status": { "id": null, "visibility": null, "active": null, "status": null, "ecartapiId": null }, "variants": [], "options": [], "associatedItems": [], "images": [], "imageUrl": "[object Object]", "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