Introduction
The flour.io API is based on RESTful principles, allowing you to code in whatever language you prefer. It supports JSON media types and uses UTF-8 character encoding. The API uses the standard HTTP request types GET, POST, PUT, PATCH and DELETE.
Making use of this API, you can create awesome apps or single shop connections. It is designed to give developers a convenient way to access data contained within flour.io. With a standard interface to store data, it is very simple to create applications that can communicate with our merchant’s store.
On the left you will find an overview of all resources that we provide.
If you have any questions, please send your inquiry to [email protected].
Object visibility and deleted objects
All objects which are created get the following status attribute:
"status": {
"deleted": false,
"visible": true
}If status.visible is true, this object is everywhere available for viewing and editing. If status.visible is set to false, this object is only visible, if selecting this object through the tag "Archivierte Inhalte". Non-visible objects can still be changed.
Deleted objects are still available in flour - for reports and because of legal requirements.