Products endpoint returns all products from the FLECS Marketplace. This includes also services and support offers, devices, etc.
Products
GEThttps://console.flecs.tech/api/v2/products
Returns all products from the FLECS Marketplace.
{"statusCode":200,"statusText":"OK","data": {"totalProducts":1,"products":[ {"id":2,"name":"Something as a Service","status":"publish","type":"subscription","description":"<p>Something as a Service.</p>\n","short_description":"","average_rating":"4.00","rating_count":12,"categories":[ {"id":68,"name":"Services","slug":"services"}, {"id":37,"name":"Services & Support","slug":"services-support"} ],"attributes":[],"meta_data":[],"stock_status":"instock","store":{"id":1,"name":"Sales Team Software Company","shop_name":"Software Company GmbH","url":"url","address":{} } } ]}
The apps endpoint returns all apps from the FLECS Marketplace.