After reading this getting started guide you should be well placed to start exploring the APIs.
This page also contains information and links to further resources that will allow you to take your next steps with commercetools.
Further learning
Completing the hands-on tutorials in these learning modules will enable you to set up an integrated developer environment specifically for creating, maintaining, and querying resources in your projects.
Limits and best practices
SDKs and tools
A range of open-source Software Development Kits (SDKs) and tools are available to assist with integration into existing codebases.
The SDKs provide access to every endpoint of the HTTP API, the Import API, Audit Log, and the GraphQL endpoint. Using an SDK reduces the amount of code required for interacting with the APIs, including a simplified authentication process, allowing you to focus your effort on writing business code. The addition of autocomplete within your IDE can accelerate your implementation.
The SDKs have their own dedicated pages, guides, and can also be found on GitHub.