## Overview

1. In order to receive RMA items, 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](#authentication).
   - As soon as you do authentication and receive a valid token, it needs to be…

2. In order to get information for a single 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](#authentication).
   - As soon as you do authentication and receive a valid token, it…

3. In order to get information for many RMAs in a single request, you can consume the endpoint presented in this article. In order to do that, you must:
   - Be an authenticated user. 
   - For information on how you can authenticate, see: [Authentication](#authentication).
   - As soon as you do authentication and receive a valid…

4. In order to create new 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](#authentication).
   - As soon as you do authentication and receive a valid token, it needs to be…

5. In order to create a new order from the API, 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](#authentication).
   - Endpoint example for such endpoint for TT server is: `https://tt.api.sellercloud.com/rest/api/Products/`

6. In order to get information for custom columns of a single product, 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](#authentication).
   - As soon as you do authentication and receive a…

7. Endpoint that is presented in this article is used for getting order ids for a single picklist. In order to consume the endpoint you must:
   - Be an authenticated user. 
   - For information on how you can authenticate, see: [Authentication](#authentication).
   - As soon as you do authentication and receive a valid token, it needs…

8. Endpoint that is presented in this article is used for getting picklist ids for a single order. In order to consume the endpoint you must:
   - Be an authenticated user. 
   - For information on how you can authenticate, see: [Authentication](#authentication).
   - As soon as you do authentication and receive a valid token, it needs…

9. Endpoint is used for updating orders status codes in bulk. In order to utilize this endpoint you must be an authenticated user. 
   - For information on how you can authenticate, see: [Authentication](#authentication).
   - Endpoint example for such endpoint for TT server is: `https://tt.api.sellercloud.com/api/Orders/StatusCode`
   - For your server, endpoint will be: `https://{your_server_id}.api.sellercloud.com/api/Orders/StatusCode`
   
10. Endpoint is used for marking orders as exported or not exported in bulk. In order to do that you must:
    - Be an authenticated user. 
    - For information on how you can authenticate, see: [Authentication](#authentication).
    - Endpoint example for such endpoint for TT server is: `https://tt.api.sellercloud.com/api/Orders/SetExported`
    - For your server, endpoint will be: `https://{your_server_id}.api.sellercloud.com/api/Orders/SetExported`
