Below is a list of available endpoints for this server along with their descriptions and examples of usage.
| Endpoint | Description | Example |
|---|---|---|
/search |
Search for products based on a query. | /search?query=laptop&limit=5&responseType=json |
/product |
Retrieve details of a specific product using its code. | /product?code=12345&responseType=html |
/faq |
Get frequently asked questions. | /faq?responseType=xml |
/basic |
Retrieve basic company information. | /basic?responseType=json |
/promotions |
Retrieve information about products on sale. | /promotions?responseType=html |
/manufacturers |
Search for manufacturers based on a query. | /manufacturers?query=electronics&limit=3&responseType=json |
/lead |
Submit lead/contact information. | POST /lead with JSON body {"name":"John", "phone":"123456", "summary":"Interested in products"} |
/order |
Check the status of an order. | /order?responseType=json&id=123&postcode=45678 |
The following responseType values are supported:
json: Returns data in JSON format (default).xml: Returns data in XML format.html: Returns data in an HTML table format.error field will be returned.For further assistance, contact the API team.