## Sellercloud Delta Client API Documentation  ```  v1  ```    ``` OAS 2.0 ```

```
[ Base URL: tt.api.sellercloud.com/rest ]
```

[/rest/swagger/docs/v1](https://tt.api.sellercloud.com/rest/swagger/docs/v1)

Schemeshttps

Authorize

### [Authentication](https://tt.api.sellercloud.com/rest/swagger/ui/#/Authentication)

### [Catalog](https://tt.api.sellercloud.com/rest/swagger/ui/#/Catalog)

### [CatalogBasicImports](https://tt.api.sellercloud.com/rest/swagger/ui/#/CatalogBasicImports)

### [CatalogCustomImports](https://tt.api.sellercloud.com/rest/swagger/ui/#/CatalogCustomImports)

### [CatalogExports](https://tt.api.sellercloud.com/rest/swagger/ui/#/CatalogExports)

### [CatalogPerCompanyImports](https://tt.api.sellercloud.com/rest/swagger/ui/#/CatalogPerCompanyImports)

### [CatalogSpecificImports](https://tt.api.sellercloud.com/rest/swagger/ui/#/CatalogSpecificImports)

### [Companies](https://tt.api.sellercloud.com/rest/swagger/ui/#/Companies)

### [Customers](https://tt.api.sellercloud.com/rest/swagger/ui/#/Customers)

### [Diagnostics](https://tt.api.sellercloud.com/rest/swagger/ui/#/Diagnostics)

### [Inventory](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory)

GET
[/api/Inventory/{id}](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_Get)

Get metadata of existing inventory \[obsolete\]

DELETE
[/api/Inventory/{id}](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_Delete)

Delete existing inventory \[obsolete\]

GET
[/api/Inventory/Details](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_GetSingleInventory)

Get metadata of existing inventory

GET
[/api/Inventory](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_GetAll)

Get metadata for existing inventories

#### Parameters

Try it out

| Name | Description |
| --- | --- |
| model.inventoryID<br>string<br>(query) | List of product IDs |
| model.eAN<br>string<br>(query) | EAN numbers separated by comma |
| model.poID<br>array<integer><br>(query) | List of IDs of different purchase orders |
| model.companyID<br>array<integer><br>(query) | List of IDs of different companies |
| model.vendorID<br>array<integer><br>(query) | List of IDs of vendors |
| model.defaultVendorID<br>array<integer><br>(query) | List of IDs of default vendors |
| model.vendorSKU<br>array<string><br>(query) | List of vendor SKUs |
| model.brandIds<br>array<integer><br>(query) | List of brand IDs |
| model.warehouse<br>array<integer><br>(query) | List of IDs of different warehouses |
| model.uPC<br>string<br>(query) | Universal Product Code number |
| model.physicalQtyFrom<br>integer($int32)<br>(query) | Minimum physical qty |
| model.physicalQtyTo<br>integer($int32)<br>(query) | Maximum physical qty |
| model.kitType<br>integer($int32)<br>(query) | Inventory kit type<br>0 = Independent , 1 = MainComponent , 2 = AllComponents<br>_Available values_ : 0, 1, 2<br>--012 |
| model.productGroupFilterType<br>integer($int32)<br>(query) | Product Group Filter Operator<br>0 = NotInProductGroup , 1 = InProductGroup , -1 = All<br>_Available values_ : 0, 1, -1<br>--01-1 |
| model.productGroup<br>string<br>(query) | Product Group ID. Used in combination with ProductGroupFilterType. |
| model.lastAggregateFrom<br>string($date-time)<br>(query) | Start date-time of creation: mm/dd/yyyy hh:mm |
| model.lastAggregateTo<br>string($date-time)<br>(query) | Last date-time of creation: mm/dd/yyyy hh:mm |
| model.lastUpdatedFrom<br>string($date-time)<br>(query) | Start date-time of updating: mm/dd/yyyy hh:mm |
| model.lastUpdatedTo<br>string($date-time)<br>(query) | Last date-time of updating: mm/dd/yyyy hh:mm |
| model.keyword<br>string<br>(query) |  |
| model.pageNumber<br>integer($int32)<br>(query) |  |
| model.pageSize<br>integer($int32)<br>(query) |  |

#### Responses

Response content type
application/jsontext/json

| Code | Description |
| --- | --- |
| 200 | OK<br>- Example Value<br>- Model<br>```json<br>{<br>  "Items": [<br>    {<br>      "ImageUrl": "string",<br>      "Weight": "string",<br>      "ShippingWeight": "string",<br>      "WeightOz": 0,<br>      "PackageWeightLbs": 0,<br>      "PackageWeightOz": 0,<br>      "LocationNotes": "string",<br>      "CompanyID": 0,<br>      "ShadowOf": "string",<br>      "AverageCost": 0,<br>      "Priority": 0,<br>      "Rating": 0,<br>      "ProductName": "string",<br>      "DefaultVendorSKU": "string",<br>      "QtyPerCase": 0,<br>      "QtySold15": 0,<br>      "QtySold30": 0,<br>      "QtySold60": 0,<br>      "QtySold90": 0,<br>      "QtySold180": 0,<br>      "QtySold365": 0,<br>      "QtySoldYTD": 0,<br>      "IsEndOfLife": true,<br>      "ShippingCost": 0,<br>      "AggregateQty": 0,<br>      "ASIN": "string",<br>      "AggregatePhysicalQtyFBA": 0,<br>      "ASINInActiveListing": "string",<br>      "ShippingWidth": 0,<br>      "ShippingHeight": 0,<br>      "ShippingLength": 0,<br>      "LocationRegion": 0,<br>      "RegionName": "string",<br>      "WeightLbs": 0,<br>      "ProductType": "string",<br>      "DefaultVendor": "string",<br>      "UnitOfMeasure": 0,<br>      "ProductUnitOfMeasure": "string",<br>      "HomeCountryCode": 0,<br>      "Country": "string",<br>      "AmazonMarketPlaceID": "string",<br>      "CompanyName": "string",<br>      "CompanyNameAbbreviation": "string",<br>      "WarehouseBasedPhysicalAndReservedQty": true,<br>      "WarehousePhysicalQty": 0,<br>      "WarehousePhysicalQtyValue": 0,<br>      "WarehouseReservedQtyValue": 0,<br>      "AggregatedQty": 0,<br>      "AggregatePhysicalSellableQtyIncludingPhysicalValue": 0,<br>      "PhysicalQty": 0,<br>      "ReservedQty": 0,<br>      "ReserveQtyTotalValue": 0,<br>      "AggregateNonSellableQty": 0,<br>      "StorePrice": 0,<br>      "ListPrice": 0,<br>      "ManufacturerSKU": "string",<br>      "UPC": "string",<br>      "EAN": "string",<br>      "AmazonFBASKU": "string",<br>      "FulfilledBy": "string",<br>      "SalesRank": 0,<br>      "ProductConditionName": "string",<br>      "NotesCount": 0,<br>      "FirstKitChild": "string",<br>      "WarehouseName": "string",<br>      "IsSellAble": true,<br>      "WarehouseCount": 0,<br>      "OrderReserveTotal": 0,<br>      "ExpectedDeliveryDate": "2026-07-23T21:29:38.207Z",<br>      "CreationDate": "2026-07-23T21:29:38.207Z",<br>      "BrandName": "string",<br>      "ActiveStatus": "string",<br>      "ActiveRebateID": 0,<br>      "ActiveRebateValue": 0,<br>      "ActiveRebateDeductFromItemCost": 0,<br>      "DeductFromItemCostType": 0,<br>      "ActiveRebateStartDate": "2026-07-23T21:29:38.207Z",<br>      "ActiveRebateEndDate": "2026-07-23T21:29:38.207Z",<br>      "ActiveRebateModifiedOn": "2026-07-23T21:29:38.207Z",<br>      "InventoryLowStockNotice": 0,<br>      "Status": 0,<br>      "InventoryDependantOption": 0,<br>      "OnOrder": 0,<br>      "AmazonPrice": 0,<br>      "WebsitePrice": 0,<br>      "VendorID": 0,<br>      "VendorVisible": true,<br>      "LastAggregateDate": "2026-07-23T21:29:38.207Z",<br>      "LastModifiedDate": "2026-07-23T21:29:38.207Z",<br>      "AmazonMarketplace": "string",<br>      "OnBackOrder": 0,<br>      "BackOrderVisible": true,<br>      "WholeSalePrice": 0,<br>      "WholeSalePriceVisible": true,<br>      "SitePrice": 0,<br>      "SiteCost": 0,<br>      "IsKit": true,<br>      "SiteCostVisible": true,<br>      "LastCost": 0,<br>      "LastCostVisible": true,<br>      "ShowPriorityAndRatingDelta": true,<br>      "InventoryAvailableQty": 0,<br>      "ChildProducts": [<br>        {<br>          "ProductId": "string",<br>          "ChildProductId": "string",<br>          "PerKitQty": 0,<br>          "ProductName": "string"<br>        }<br>      ],<br>      "CustomColumns": [<br>        {<br>          "ID": 0,<br>          "DataType": 0,<br>          "DataLength": 0,<br>          "IsDropDownColumn": true,<br>          "IsDropDownCustomTextAllowed": true,<br>          "IsDropDownAllowMultipleSelection": true,<br>          "ClientID": 0,<br>          "NewValue": {},<br>          "AllowHTMLPopup": true,<br>          "DataSourceContainer": [<br>            {<br>              "Key": "string",<br>              "Value": "string",<br>              "Additional": {}<br>            }<br>          ],<br>          "IsRequired": true,<br>          "IsEnabledForClient": true,<br>          "DataTypeName": "string",<br>          "ColumnName": "string",<br>          "DisplayName": "string",<br>          "Value": {}<br>        }<br>      ],<br>      "AmazonStoreStatus": true,<br>      "AmazonEnableBOPISProduct": true,<br>      "TaxExempt": true,<br>      "ID": "string"<br>    }<br>  ],<br>  "TotalResults": 0<br>}<br>``` |

PUT
[/api/Inventory](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_Update)

Update inventory metadata

DELETE
[/api/Inventory](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_DeleteV2)

Delete existing inventory

GET
[/api/Inventory/Views](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_Views)

Get inventory saved views

GET
[/api/Inventory/GetAllByView](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_GetAllByView)

Get inventory by view

GET
[/api/Inventory/{productID}/Warehouses/{warehouseID}](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_GetWarehouses)

Get inventory warehouse related information \[obsolete\]

GET
[/api/Inventory/{productID}/Warehouses](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_GetInventory)

Get inventory information for all warehouses \[obsolete\]

GET
[/api/Inventory/Warehouses](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_GetInventory)

Get warehouses inventory information

PUT
[/api/Inventory/SetPhysicalInventory](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_SetPhysicalInventory)

Set physical inventory

PUT
[/api/Inventory/AdjustPhysicalInventory](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_AdjustPhysicalInventory)

Adjust physical inventory

PUT
[/api/Inventory/ImportPhysicalInventory](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_ImportPhysicalInventory)

Import physical inventory

POST
[/api/Inventory/GetSerialNumbers](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_GetSerialNumbers)

Get product serial numbers. If product is shadow the serial numbers of the parent will be retrieved.

POST
[/api/Inventory/ManualReserves/Get](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_GetManualReserves)

Get product manual reserves

POST
[/api/Inventory/ManualReserves/Create](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_CreateManualReserve)

Create manual reserve for a product

POST
[/api/Inventory/ManualReserves/Delete](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_DeleteManualReserve)

Delete existing product manual reserve

POST
[/api/Inventory/Pallets](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_CreatePallet)

Create pallet

POST
[/api/Inventory/Pallets/{palletID}/Items](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_AddItemsToPallet)

Add/update items to existing pallet

POST
[/api/Inventory/SkuToSkuTransfers](https://tt.api.sellercloud.com/rest/swagger/ui/#/Inventory/Inventory_CreateSkuToSkuTransfer)

Create new sku to sku transfer

### [InventoryImport](https://tt.api.sellercloud.com/rest/swagger/ui/#/InventoryImport)

### [Orders](https://tt.api.sellercloud.com/rest/swagger/ui/#/Orders)

### [Payments](https://tt.api.sellercloud.com/rest/swagger/ui/#/Payments)

### [Picklists](https://tt.api.sellercloud.com/rest/swagger/ui/#/Picklists)

### [ProductConditions](https://tt.api.sellercloud.com/rest/swagger/ui/#/ProductConditions)

### [ProductImage](https://tt.api.sellercloud.com/rest/swagger/ui/#/ProductImage)

### [Products](https://tt.api.sellercloud.com/rest/swagger/ui/#/Products)

### [PurchaseOrders](https://tt.api.sellercloud.com/rest/swagger/ui/#/PurchaseOrders)

### [PurchaseOrdersImports](https://tt.api.sellercloud.com/rest/swagger/ui/#/PurchaseOrdersImports)

### [QueuedJobs](https://tt.api.sellercloud.com/rest/swagger/ui/#/QueuedJobs)

### [Rma](https://tt.api.sellercloud.com/rest/swagger/ui/#/Rma)

### [ScheduledTasks](https://tt.api.sellercloud.com/rest/swagger/ui/#/ScheduledTasks)

### [Settings](https://tt.api.sellercloud.com/rest/swagger/ui/#/Settings)

### [ShippingContainers](https://tt.api.sellercloud.com/rest/swagger/ui/#/ShippingContainers)

### [Vendors](https://tt.api.sellercloud.com/rest/swagger/ui/#/Vendors)

### [WarehouseInventoryTransfers](https://tt.api.sellercloud.com/rest/swagger/ui/#/WarehouseInventoryTransfers)

### [Warehouses](https://tt.api.sellercloud.com/rest/swagger/ui/#/Warehouses)
