Swagger UI
Sellercloud Delta Client API Documentation v1 OAS 2.0
[ Base URL: tt.api.sellercloud.com/rest ]
Schemeshttps
Authorize
Authentication
Catalog
CatalogBasicImports
CatalogCustomImports
CatalogExports
CatalogPerCompanyImports
CatalogSpecificImports
Companies
Customers
Diagnostics
Inventory
Get metadata of existing inventory [obsolete]
DELETE /api/Inventory/{id}
Delete existing inventory [obsolete]
Get metadata of existing inventory
GET /api/Inventory
Get metadata for existing inventories
Parameters
Try it out
| Name | Description |
|---|---|
| model.inventoryID string (query) |
List of product IDs |
| model.eAN string (query) |
EAN numbers separated by comma |
| model.poID array (query) |
List of IDs of different purchase orders |
| model.companyID array (query) |
List of IDs of different companies |
| model.vendorID array (query) |
List of IDs of vendors |
| model.defaultVendorID array (query) |
List of IDs of default vendors |
| model.vendorSKU array (query) |
List of vendor SKUs |
| model.brandIds array (query) |
List of brand IDs |
| model.warehouse array (query) |
List of IDs of different warehouses |
| model.uPC string (query) |
Universal Product Code number |
| model.physicalQtyFrom integer($int32) (query) |
Minimum physical qty |
| model.physicalQtyTo integer($int32) (query) |
Maximum physical qty |
| model.kitType integer($int32) (query) |
Inventory kit type 0 = Independent , 1 = MainComponent , 2 = AllComponents Available values : 0, 1, 2 --012 |
| model.productGroupFilterType integer($int32) (query) |
Product Group Filter Operator 0 = NotInProductGroup , 1 = InProductGroup , -1 = All Available values : 0, 1, -1 --01-1 |
| model.productGroup string (query) |
Product Group ID. Used in combination with ProductGroupFilterType. |
| model.lastAggregateFrom string($date-time) (query) |
Start date-time of creation: mm/dd/yyyy hh:mm |
| model.lastAggregateTo string($date-time) (query) |
Last date-time of creation: mm/dd/yyyy hh:mm |
| model.lastUpdatedFrom string($date-time) (query) |
Start date-time of updating: mm/dd/yyyy hh:mm |
| model.lastUpdatedTo string($date-time) (query) |
Last date-time of updating: mm/dd/yyyy hh:mm |
| model.keyword string (query) |
|
| model.pageNumber integer($int32) (query) |
|
| model.pageSize integer($int32) (query) |
Responses
Response content type application/jsontext/json
| Code | Description |
|---|---|
| 200 | OK - Example Value - Model 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
Update inventory metadata
DELETE /api/Inventory
Delete existing inventory
Get inventory saved views
GET /api/Inventory/GetAllByView
Get inventory by view
GET /api/Inventory/{productID}/Warehouses/{warehouseID}
Get inventory warehouse related information [obsolete]
GET /api/Inventory/{productID}/Warehouses
Get inventory information for all warehouses [obsolete]
Get warehouses inventory information
PUT /api/Inventory/SetPhysicalInventory
Set physical inventory
PUT /api/Inventory/AdjustPhysicalInventory
Adjust physical inventory
PUT /api/Inventory/ImportPhysicalInventory
Import physical inventory
POST /api/Inventory/GetSerialNumbers
Get product serial numbers. If product is shadow the serial numbers of the parent will be retrieved.
POST /api/Inventory/ManualReserves/Get
Get product manual reserves
POST /api/Inventory/ManualReserves/Create
Create manual reserve for a product
POST /api/Inventory/ManualReserves/Delete
Delete existing product manual reserve
Create pallet
POST /api/Inventory/Pallets/{palletID}/Items
Add/update items to existing pallet
POST /api/Inventory/SkuToSkuTransfers
Create new sku to sku transfer