• Get Single Order

    Overview To get information for a single existing order, you can use the endpoint presented in this article. To consume it, you must: Be an authenticated user. For information on how you can authenticate, see: Authentication As soon as you do authentication and receive a valid token, it needs to…

  • 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 REST API uses Bearer authentication, which means that in each call a token must be provided in the Authentication header in the format Bearer {token}. User Permissions for the REST…

  • 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.