Getting Started¶
Introduction¶
The RedShelf API is a service which allows integration partners access to the content and e-commerce capabilities on RedShelf.com. Use of the API requires an active account that is approved for API access.
The easiest way to get started with the RedShelf API is to clone the Python reference client from github. It provides functions which perform all the basic API calls as well as handling authentication and error conditions.
For additional support, please email redshelfapisupport@redshelf.com.
See also
GitHub: https://github.com/VirdocsSoftware/redshelf-api-client
Next, configure your account and authentication method.
See also
Finally, check out the documentation for the Python client or the API reference.
See also