Sleekshop API Documentation
Use the Sleekshop API to build your own Ecommerce Application. Since Sleekshop is fully headless you can build on any platform you like.
Getting started
Sleekshop is a cloudbased e-commerce platform which allows you to deploy e-commerce functionality via API into your projects no matter what kind of programming - language you want to use, or which devices you want to address.
Sleekshop comes without a frontend, even tough there are SDKs which allow you simple testings. In our examples we use curl requests to simulate the requests and show the reponses of these. You can send requests with the shown attributes in your favorite language.
There are two different formats the responses can be generated, JSON and XML. Depending on what kind of response you prefer you can change the format in the backend.
Sleekshop has one endpoint which you can find in your backend in the administration -> API - section. So each request contains the request the auth credentials (you find them also in you backend Administration -> API - section) and finally the attributes which you have to send to receive the desired response.
Resources
Categories
Learn about the categories model and how to create, retrieve, update, delete, and list categories.
Classes
Learn about the classes model and how to programmatically create, retrieve, update, delete, and list classes.