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

KeyDatatypeRequiredDescription
limitstringLimit size of the search
idsstringFilter items by Id's provided
status[active]stringFilter items by status of product: 'true' or 'false'
status[visibility]stringStatus of publication or visibility 'true' or 'false'
searchTypestringSearch match results with words or characters
sortstringSort results for: name-ascending, name-descending, created-ascending, created-descending, price-ascending, price-descending
pagestringPagination position number

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

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}]}