Format
@pasar6987/zoho-inventory
zoho-inventory API schema: 13 streams, 491 fields.
Native (downloadable) · Latest 1.0.0 published Mar 4, 2026 · 13 datasets / 58 measures in the latest preview · Updated Mar 11, 2026
Snapshot
Registry facts before deep inspection
Format, origin, ownership, and release context surface first so the package can be qualified quickly.
Latest release
Origin
Installability
Domain
Source
Upstream
Owner
@pasar6987Organization
Repository
License
Visibility
Tags
Schema preview
Model preview
Structure before documentation
Preview the package footprint first, then open the dedicated explorer if you need field-level inspection.
Python handoff
Use this package directly in code
After structure review, move straight into typed reads with load() or compact LLM context with to_prompt().
Python SDK
Python example for @pasar6987/zoho-inventory
This example uses the current package ref and, when preview data is available, fills in real dataset names from the published summary.
import rawctx
model = rawctx.load("@pasar6987/zoho-inventory")
prompt = rawctx.to_prompt(
"@pasar6987/zoho-inventory",
datasets=["items", "item_groups"],
max_tokens=2000,
)
print(model.datasets) # ["items", "item_groups", "organizations"]
print(model.measures) # [Measure(name="items.actual_available_stock", ...), Measure(name="items.available_stock", ...), Measure(name="items.purchase_rate", ...)]
print(model.dimensions) # [Dimension(name="description", ...), Dimension(name="account_id", ...), Dimension(name="account_name", ...)]
print(model.relationships) # [Relationship(name='...', ...)]
print(prompt)README
Package narrative and examples
Use documentation after the package qualifies on source, preview, and installability.
@pasar6987/zoho-inventory
zoho-inventory API schema — 13 streams, 491 fields.
Overview
| Count | |
|---|---|
| Streams (Datasets) | 13 |
| Dimensions | 433 |
| Measures | 58 |
| Relationships | 1 |
Streams
- items — items data from zoho-inventory
- item_groups — item_groups data from zoho-inventory
- organizations — organizations data from zoho-inventory
- contacts — contacts data from zoho-inventory
- item_adjustments — item_adjustments data from zoho-inventory
- warehouses — warehouses data from zoho-inventory
- transfer_orders — transfer_orders data from zoho-inventory
- sales_orders — sales_orders data from zoho-inventory
- packages — packages data from zoho-inventory
- invoices — invoices data from zoho-inventory
- purchase_orders — purchase_orders data from zoho-inventory
- credit_notes — credit_notes data from zoho-inventory
- users — users data from zoho-inventory
Install
rawctx snapshot-download @pasar6987/zoho-inventory
Topology
Semantic graph
Use the graph last, once the package has already qualified on release state, preview, and documentation.
Semantic Graph
Datasets 0 / Measures 0 / Dimensions 0 / Relationships 0
Loading semantic graph...
