### Warehouse Inventory Transfer (WITR) Endpoints

#### 1. Receive WITR Items
You can use this endpoint to receive Warehouse Inventory Transfer (WITR) items. To consume it, you must: 
- Be an authenticated user  
For information on how you can authenticate, see: [Authentication](#).

#### 2. Create a New WITR
You can use this endpoint to create a single new Warehouse Inventory Transfer (WITR). To consume it, you must: 
- Be an authenticated user.  
For information on how you can authenticate, see [Authentication](#). To see how to add items to a WITR, click [here](#).

#### 3. Change WITR Status
This endpoint allows you to change the general status of a single existing Warehouse Inventory Transfer (WITR) from Requested to Shipped. To consume it, you must: 
- Be an authenticated user.  
For information on how you can authenticate, see: [Authentication](#).

#### 4. Add Products to WITR
You can use this endpoint to add products to an existing Warehouse Inventory Transfer (WITR). To consume it, you must: 
- Be an authenticated user.  
For information on how you can authenticate, see [Authentication](#).  
**Endpoint:** An example of such an endpoint for XX server is: `https://xx.api.sellercloud.com/rest/api/WarehouseInventoryTransfers/{id}/Products`.

#### 5. Pull Existing WITR
This endpoint allows you to pull a single existing Warehouse Inventory Transfer (WITR). To consume it, you must: 
- Be an authenticated user.  
For information on how you can authenticate, see [Authentication](#).

#### 6. Get Inventory Data Using Saved View
This endpoint can be used to get inventory data using a saved view. To get the existing Saved View IDs for your user, use this endpoint. To consume the endpoint, you must: 
- Be an authenticated user.  
For information on how you can authenticate, see: [Authentication](#).

#### 7. Get User’s Inventory Saved Views
This endpoint can be used to get the user’s Inventory saved views. To consume the endpoint, you must: 
- Be an authenticated user.  
For information on how you can authenticate, see: [Authentication](#).

#### 8. Update Custom Columns for Shipping Container
You can use this endpoint to update the values of one or multiple existing custom columns for a single Shipping Container. In order to do that, you must: 
- Be an authenticated user.  
For information on how you can authenticate, see: [Authentication](#).

#### 9. Delete Serial Number from Sales Order
The endpoint presented in this article is used to delete a single serial number from an existing sales order. To consume the endpoint, you must: 
- Be an authenticated user.  
For information on how you can authenticate, see [Authentication](#).

#### 10. Retrieve Shipping Labels for Sales Order
You can use the endpoint presented in this article to retrieve the Shipping Labels created for a single Sellercloud sales order. To consume it, you must: 
- Be an authenticated user.  
For information on how you can authenticate, see: [Authentication](#).
