Get all products
GET https://api.ecartapi.com/api/v2/products
This resource can show all products or filter the results with params
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Limit size of the search | |
ids | string | Filter items by Id's provided | |
status[active] | string | Filter items by status of product: 'true' or 'false' | |
status[visibility] | string | Status of publication or visibility 'true' or 'false' | |
searchType | string | Search match results with words or characters | |
sort | string | Sort results for: name-ascending, name-descending, created-ascending, created-descending, price-ascending, price-descending | |
page | string | Pagination position number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"products":[{"id":"prd_cl0ipt4q40000v8oi860o07me","sku":"prd_cl0ipt4q40000v8oi860o07me","name":"iMac","subName":null,"upc":null,"description":"It's the small iMac with a big idea: Video.","currency":null,"productType":null,"quantity":null,"price":"100","dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"category":{"id":null,"name":null,"all":[]},"tags":["Emotive","Flash Memory","MP3","Music"],"status":{"id":null,"visibility":null,"active":"true","status":null,"ecartapiId":"1","ecartapi":"active"},"variants":[{"id":"sku_cl0ipt4rd0006v8oihhi43e4s","productId":"prd_cl0ipt4q40000v8oi860o07me","barcode":null,"name":"Default","price":"100","currency":null,"sku":"sku_cl0ipt4rd0006v8oihhi43e4s","fulfillmentService":null,"option1":null,"option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":null,"quantity":"10"},"requireShipping":null,"bundled":null,"imageId":null,"dates":{"createdAt":"1646779186","updatedAt":"1646779186"},"ecartapiUrl":"http://localhost:3000/api/v2/products/prd_cl0ipt4q40000v8oi860o07me/variants/sku_cl0ipt4rd0006v8oihhi43e4s"}],"options":[],"associatedItems":[],"images":[],"imageUrl":null,"condition":null,"link":"imac","dates":{"createdAt":"1646779186","updatedAt":"1646779186"},"vendor":"Apple","sellOutStock":null}]}