Versioning

The Shop Boss API debuts with its initial version labeled as v1. This version identifier will be an integral part of the URL path for accessing our endpoints, ensuring clarity and consistency in API calls. For instance, to access customer data, the URL would look like: https://api.shopboss.io/v1/customers. As we evolve the Shop Boss API, versions introducing significant changes will be clearly differentiated by updating the version number in the URL path. This approach guarantees backward compatibility and transparent communication of updates to our users.