Introduction
Daalder for developers
Daalder is a comprehensive, enterprise-ready solution for e-commerce, providing a complex API for developers. You can read more about Daalder features on the homepage. Here, we focus on how to integrate your e-commerce project with the Daalder API.
In addition to the developers' documentation, you can download a Postman collection, covering all the Daalder API endpoints.
Concept
Daalder is built atop Laravel, one of the most popular PHP frameworks. This gives you the possibility of adjusting your Daalder project to your own needs.
While building Daalder, we aimed to use only well-tested and reliable libraries to avoid any unpleasant surprises.
Before you begin
Before starting integration with the Daalder API, it's a good idea to download the Postman collection. If you're not familiar with Postman itself, you can read more on how to use it on the Postman website.
You can find a list of API calls for your Daalder project (and test them) by adding /docs
to your Daalder API endpoint:
https://api.yourstore.com/v2/docs
When you're ready with that, you can start integrating! Head up to the Installation section for the next steps.
Didn't find what you're looking for?
We do our best to keep the documentation up-to-date and complete. If you feel like there's something missing, just send an e-mail to info@daalder.io and we'll consider your proposition.