GET Get list of inventory items
/organizations/:organizationId/inventory-items/ Get list of inventory items
POST Create inventory items
/organizations/:organizationId/inventory-items/ Create inventory items
GET Get inventory items by Id or Slug
/organizations/:organizationId/inventory-items/:inventoryItemId Get inventory items by Id or Slug
PUT Update inventory items
/organizations/:organizationId/inventory-items/:inventoryItemId Update inventory items
DELETE Delete inventory items
/organizations/:organizationId/inventory-items/:inventoryItemId Delete inventory items
POST Add note to inventory item
/organizations/:organizationId/inventory-items/:inventoryItemId/notes Add note to inventory item
DELETE Remove note from inventory item
/organizations/:organizationId/inventory-items/:inventoryItemId/notes/:noteId Remove note from inventory item
GET Get list of inventory items as csv
/organizations/:organizationId/inventory-items/csv Get list of inventory items as csv
GET Get sample inventory items csv
/organizations/:organizationId/inventory-items/csv/sample Get sample inventory items csv
GET get storageProvider for uploading files
/organizations/:organizationId/inventory-items/transactions/edge/prepare get storageProvider for uploading files