Documentation
Service VIN developer & AI platformGetting startedAuthenticationPaginationIdempotencyRate limitsErrorsWebhooks & signature verificationConnecting ClaudeRecipesMCP servers & the Claude connectorREST resource referenceCapability indexCustomers capabilitiesVehicles capabilitiesLeads capabilitiesWarranties capabilitiesQuotes capabilitiesInvoices capabilitiesPayments capabilitiesServices capabilitiesJobs capabilitiesCalendar capabilitiesScheduling capabilitiesStaff capabilitiesInventory capabilitiesComms capabilitiesTasks capabilitiesShop capabilitiesDocuments capabilitiesKnowledge capabilitiesReports capabilitiesBooking capabilitiesForms capabilitiesMarketing capabilitiesReviews capabilitiesAutomations capabilitiesIntegrations capabilitiesChangelogSearch
Domain
Inventory capabilities
8 capabilities, all acting on a roll. A reference to one from another domain is spelled
roll_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.| Capability | What it does | Effect |
|---|---|---|
| inventory.rollsPOST /api/v1/inventory/rolls | List the film rolls on the shelf and how much is left on each | read-only |
| inventory.skusPOST /api/v1/inventory/skus | List the products the shop buys rolls and materials in | read-only |
| inventory.stock_levelsPOST /api/v1/inventory/stock_levels | Total the stock left per product across every roll on the shelf | read-only |
| inventory.valuationPOST /api/v1/inventory/valuation | Total what the film rolls on the shelf are worth at cost | read-only |
| inventory.consumptionPOST /api/v1/inventory/consumption | Show what came off the rolls, and which job took it | read-only |
| inventory.purchase_ordersPOST /api/v1/inventory/purchase_orders | List the purchase orders bringing new rolls and stock in | read-only |
| inventory.remnantsPOST /api/v1/inventory/remnants | List the usable offcuts left over from cut film rolls | read-only |
| inventory.purchase_orderPOST /api/v1/inventory/purchase_order | Get one purchase order — every roll ordered, and what landed | read-only |