REST Services Overview (+ Intro to Swagger) Overview SellerCloud has exposed a REST API that will help our clients in managing products, orders, warehouses and more. The...
Authentication To authenticate, a user must obtain an authentication token, which is required in every proceeding call to the server. This article will explain how to obtain an authentication token.
REST API Rate Limiting Rate limiting is crucial to system performance and will help us ensure that you can access your data with the speed and reliability that your business needs. With this in mind we have set limits of how many requests per hour a single user can send from one IP address to Sellercloud’s REST API.