Get Inventory Info for Single Product

Overview In order to retrieve metadata of an existing inventory, you must: Be authenticated user Information on how you can authenticate: Authentication As soon as you do authentication and receive a valid token, it needs to be passed on the call for receiving a single inventory. Have valid ID of an […]

Delete Order

Overview In order to delete existing order, you must: Be authenticated user Information how you can authenticate can take from: Authentication As soon as you do authentication and receive a valid token, it needs to be passed on the call for deleting an order. Have valid ID of an existing order […]

Get All Orders

Overview In order to get information for many orders in a single request, then you can consume the endpoint presented in this article. However in order to do that, you must: Be authenticated user For information on how you can authenticate, see: Authentication As soon as you do authentication and receive […]

Get Single Order

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

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

Overview Only authenticated users can consume the Sellercloud Rest API services. 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. Sellercloud recommends that you create a separate user(employee) for each […]