+49 761 600 61 689
info@globment.de

e-Commerce API

Description

Access a product database with a simple to use API. API specifications:

Path Description Params Example
/api/product Returns a list of products or a single prodcut with a specific ID. Leave id empty to retrieve a list of all products. Api Key, ID JSON
{ "id": 1, "key": "..." }
/api/product/category Returns a list of products in specific category. Api Key, Cat.Id JSON
{ "categoryid": 1, "key": "..." }
/api/product/price Returns a list of products in specific price range. Api Key, Min. Price, Max. Price JSON
{ "minprice": 1, "maxprice": 100, "key": "..." }



For any customization request see our contact form.

Download (4.9 KiB)

This software is licensed under MIT.

e-commerce-api.zip