This documentation is your comprehensive guide to developing with Merchi. Whether you’re building integrations, customizing workflows, or creating new applications, you’ll find the tools and information you need here.
For most developers, we highly recommend leveraging our prebuilt SDK libraries. These libraries provide a convenient, efficient, and streamlined way to interact with Merchi’s platform, eliminating the need to handle low-level REST API details manually.
These SDKs handle many common tasks, such as authentication, request handling, and response parsing, allowing you to focus on your application’s unique features.
If an SDK is unavailable for your preferred programming language, or if you prefer to work with raw HTTP requests, you can interact directly with the Merchi REST API. This option offers complete flexibility and is ideal for developers working in non-JavaScript environments or those with custom integration requirements.
The REST API is fully documented here, with detailed information on endpoints, authentication, request structures, and response formats.
Start by choosing the method that best fits your development needs: