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.

Run In Postman

Guides

Quickstart

Learn how to quickly jump into working with Sleekshop

Read more

Authentication

Learn how to authenticate your API requests.

Read more

Constraints

Understand how to address attributes and form constraints

Read more

Webhooks

Learn how to programmatically configure webhooks for your app.

Read more

Resources

Sessions

Learn about the sessions model and how to use it in your application.

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.

Shopobjects

Learn about the product and content models and how to interact with them.

Cart

Learn about the cart model and how to interact with it.

User

Learn about the user model and how to use it in your application.

Orders

Learn about the order model and how to use it in your application.

Payment

Learn about the payment routes and how to use them in your application.

Was this page helpful?