Skip to main content
An inventory management app demonstrating number and boolean fields, category filtering, and bulkUpdateRecords for stocktake adjustments.

Schema

Entity: Items — key: items

Key Patterns

Boolean Filter

Number Field Handling

Always convert form input strings to numbers before sending to the SDK — form inputs return strings even for type="number":

Bulk Stocktake Adjustment

Update multiple items at once after a stocktake. Check result.error per batch to handle partial failures:

Low-Stock Indicator