Get Warehouse Inventory Transfer by ID - Sellercloud API Docs

Overview

This endpoint allows you to pull a single existing Warehouse Inventory Transfer (WITR). To consume it, you must:

For information on how you can authenticate, see Authentication

Once you authenticate and receive a valid token, it must be passed on to the call.

Endpoint

Example for such endpoint for XX server:

https://xx.api.sellercloud.com/rest/api/WarehouseInventoryTransfers/{id}

For your server endpoint will be:

​https://{your_server_id}.api.sellercloud.com/rest/api/WarehouseInventoryTransfers/{id}

Request

Parameters Data Type Description Is Required
ID integer The ID of an existing Warehouse Inventory Transfer. Yes

Response

Response Body

{
  "ID": 0,
  "Title": "string",
  "Status": 0,
  "CompanyID": 0,
  "FromWarehouseID": 0,
  "InterimWarehouseID": 0,
  "ToWarehouseID": 0,
  "Notes": "string",
  "CreatedOn": "2025-06-27T07:51:09.794Z",
  "RequestedOn": "2025-06-27T07:51:09.794Z",
  "ShippedOn": "2025-06-27T07:51:09.794Z",
  "ReceivedOn": "2025-06-27T07:51:09.794Z"
}