Get products
GET https://api.ecartapi.com/api/v2/products
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Specify the maximum number of products you want to retrieve in the response.The default value of this parameter is 50. The maximum value of this parameter is 100 | |
sku | string | Narrow down the response to include only the products associated with specific Stock Keeping Units (SKUs) | |
ids | string | Request products by their unique identification number. Only 1 value per request | |
page | string | It allows you to request different segments of the product list by specifying the page number. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"products":[{"id":"7191","sku":"1030528791","name":"Lámpara de pie Chahuilá","subName":null,"upc":"7508850502031","gtin":null,"description":"Lámpara de pie Chahuilá","currency":"MXN","productType":null,"quantity":"10000","price":"20","cost":null,"discount":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":"M3-112890|20116","name":"Bicicleta|20116","all":[]},"tags":[],"status":{"id":null,"visibility":null,"active":"true","status":"active","ecartapiId":null,"ecartapi":null,"hasOptions":null},"variants":[],"options":[],"associatedItems":[],"logistic":{"me1Suported":null,"mode":null,"type":null,"free":"false","direction":null,"dimensions":null,"rates":[]},"images":[],"imageUrl":null,"condition":null,"link":null,"dates":{"createdAt":null,"updatedAt":null},"vendor":"PIPAPO","sellOutStock":null,"internationalShipment":[]}]}