### Overview

In order to get information for a single vendor, you can consume the endpoint presented in this article. In order 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…

### Overview

In order to do product export via plugin, 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 be passed on the call to the server.

### Plugins

Getting available plugins can…

### Overview

In order to do product export via mapping profile, 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 be passed on the call to the server.

### Mapping Profiles

Getting available…

### Overview

In order to update an existing RMA, you can consume the endpoint presented in this article. In order to consume it, you must:
- Be an authenticated user  
For information on how you can authenticate, see: Authentication.  
After you authenticate and receive a valid token, you must pass it to…

### Overview

In order to download an RMA shipping label, you can consume the endpoint presented in this article. In order to consume it, you must:
- Be an authenticated user  
(For information on how you can authenticate, see: Authentication)
- Have a valid ID of an existing RMA  
- Have a valid ID of…

### Overview

In order to get information for the possible RMA shipping insurance providers, you can consume the endpoint presented in this article. In order 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…

### Overview

In order to get information for the possible RMA shipping package types, you can consume the endpoint presented in this article. In order 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…

### Overview

In order to get information for the possible RMA shipping services, you can consume the endpoint presented in this article. In order 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…

### Overview

In order to get information for the possible RMA shipping carriers, you can consume the endpoint presented in this article. In order 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…

### Overview

Endpoint is used for updating order dropship status in bulk. In order to do that you must be an authenticated user.  
For information on how you can authenticate, see: Authentication.

**Endpoint Example:**  
For such an endpoint for TT server is [https://tt.api.sellercloud.com/rest/api/Orders/DropshipStatus](https://tt.api.sellercloud.com/rest/api/Orders/DropshipStatus)  
For your server, endpoint will be:  
`https://{your_server_id}.api.sellercloud.com/rest/api/Orders/DropshipStatus`

**Request Method Type:** HttpPut…
