We create powerful REST APIs from a simple CSV file you provide

Upload a standardized CSV file to our API and we will take of the rest. We create RESTful API endpoints for products, categories, brands and other attributes in no time!

This makes working with e-commerce data
as comfortable as ever:
  • great performance due to no database
  • easy to use - just upload & query
  • many filter options, maximum flexibility
  • tailored towards multichannel e-commerce
  • standards-compliant RESTful API
                    
    {
        "page": 1,
        "limit": 2,
        "total": 20,
        "totalPages": 10,
        "data": [
            {
                "id": 1,
                "sku": "SKU001",
                "name": "Classic White T-Shirt",
                "description": "A comfortable and stylish white t-shirt",
                "price": 19.99,
                "tax_percentage": 10,
                "weight": 0.2,
                "category": "Clothing",
                "brand": "Fruit of the Loom",
                "stock_quantity": 100,
                "color": "White",
                "size": "M",
                "material": "Cotton",
                "created_at": "2023-01-01",
                "updated_at": "2023-01-01"
            },
            ...
        ]
    }
                    
                

How it works

1. Data Preparation

Download sample CSV file and replace with your product data

2. Upload

Submit your CSV file to our POST endpoint for processing

3. Endpoint Creation

We process your file in realtime and create the GET endpoints for you

4. Data Queries

You can immediately query the GET endpoint and receive filtered data

5. Connectivity

Connect your sales channel like a webshop, mobile app or middleware

Keep it s1mpltn 🎉

For even more power, connect our custom-tailored s1mplton shop!

FAQ

What are the applications of your service?

With our API endpoints you can basically use your e-commerce product data whereever you need and want it: ecommerce websites, catalogues, mobile apps or product feeds like google merchant center - you name it.

How can I query the data from your service's endpoints?

Quite easily: you can use any tool that is able to consume RESTful APIs like Postman or Insomnia. You can use curl on the linux shell or PHP, consume the APIs via python or with the fetch() API or axios on node.js. The options are so vast we can only name a precious few of them!

What processing do you do with my data?

We just transform your CSV data into a better readable format (JSON) which our API service can then turn into your RESTful API endpoints. Apart from that, we do not transform or manipulate any data of yours.

How about specia characters in my data?

As long as you use a CSV file in UTF-8 format, you should be safe. Please note that we do not support other formats at the moment.

Do you offer a shop system?

At the moment no, but we are currently working on something - so stay tuned ;)