Get Many Inventory
Get Many Inventory
Query Parameters
- page number required
- limit number required
Possible values:
>= 1
and<= 500
- 200
- 401
- 429
Successful Operation
- application/json
- Schema
Schema
- skuCode string
Brand-input code for inventory item, typically used for internal brand system mapping
- skuName string
Listed name of inventory item on order documentation, remains consistent across batches
- batchCode string
Brand-input code for inventory item batch
- skuUnit string
Description of the item's unit characteristics (i.e., 6-pack)
- skuPricePerUnit number
The unit price of each unit in the case.
- batchExpirationDate date
Date upon which a product's COA has lapsed; re-testing or destruction is required at this point
- skuBatchLastUpdatedDate date
Most recent date upon which sku batch details were adjusted
- batchManufacturingDate date
Date upon which batch was manufactured
- batchLicenseNumber string
Batch License Number
- skuInventoryType string
If the SKU is cannabis or non-cannabis
- skuInventoryClass string
General classification of an SKU's characteristics (i.e., edible)
- skuInventoryCategory string
Specific categorization of an SKU's characteristics (i.e., gummy, chocolate, etc.)
- batchCbdPercentage number
% CBD value of batch
- batchThcPercentage number
% THC value of batch
- batchTags string[]
Internal-facing batch tags, visible to brands and admins (not visible on marketplace)
- skuTags string[]
Custom Classification Associated with an Item
- batchOtherCannabinoidPercentage number
% Other Cannabinoid value of batch
- batchThcAPercentage number
% THC-A value of batch
- batchThcWeight number
THC weight value (mg) of batch
- batchCbdWeight number
CBD weight value (mg) of batch
- batchOtherCannabinoidWeight number
Other Cannabinoid weight value (mg) of batch
- batchThcAWeight number
THC-A weight value (mg) of batch
- batchAromas string[]
Aroma characteristics of batch
- skuBatchDaysAtNabis number
The number of days a sku batch has been stored at Nabis since the intake date
- skuIsSample string
If the inventory item is set as a Sample by default
- skuStrainType string
Strain characteristics of inventory item
warehouseCounts object[]
Warehouse Counts
warehouseId uuidNabis warehouse of origination
incoming numberCorresponding inventory counts based on warehouse location
outgoing numberCorresponding inventory counts based on warehouse location
available numberCorresponding inventory counts based on warehouse location
counted numberCorresponding inventory counts based on warehouse location
quarantined numberCorresponding inventory counts based on warehouse location
packed numberCorresponding inventory counts based on warehouse location
- avgWeeklyQuantityOrderedPast4Weeks number
Average Weekly Quantity Ordered Past Four Weeks
- avgWeeklyQuantityDeliveredPast4Weeks number
Average Weekly Quantity Delivered Past Four Weeks
- skuBatchId uuid
Nabis UUID identifier for sku + batch
- skuDisplayName string
The SKU's Marketplace display name
- skuCasePackSize number
The number of eaches in a case
- skuTotalPrice number
The total price of the SKU (
skuPricePerUnit * skuCasePackSize
)
Invalid API key
Too Many Requests