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 etc. Obtain the api endpoint address using your Sellercloud team name. Insert your team name into this URL and open the URL in a new browser tab.  https://api.sellercloud.com/api/server-by-team/?team={your_team_name}. The ApiUrl in the resulting json […]

Authentication

Overview In order to consume the SellerCloud Rest API services, the user first must be authenticated. During the process of authentication, he receives a token, which must be used in every proceeding call to the server. Sellercloud recommends that you create a separate user(employee) for each different integration that you […]