Read the real inventory context
Items, locations, bins, counts, suppliers, POs, reservations, and receiving events need stable API access before agents can draft useful work.
Developer proof
The Order3 API is the technical path for teams that need inventory records, purchasing drafts, approvals, and activity history available to internal systems and agent workflows.
Current state
Public API documentation is being finalized. Evaluation teams can review the current API shape during an Inventory Workflow Review.
Capabilities
Technical access is useful only when it preserves the same records, approval paths, and activity history that operators rely on.
Items, locations, bins, counts, suppliers, POs, reservations, and receiving events need stable API access before agents can draft useful work.
Reorder, transfer, and adjustment work starts as a draft with rationale, affected records, and an approval owner.
Tokens and workspace roles limit which systems can read, draft, approve, execute, export, or change records.
Every agent action, API write, approval, dismissal, and sync creates an event the team can inspect later.
Agent workflow
The technical surface keeps the agent path inspectable. A human or policy owner stays attached to expensive or risky actions.
01
Read item, location, supplier, PO, count, reservation, and receiving context from the same model the web and mobile apps use.
02
Find low stock, count drift, short receiving, supplier delay, or a channel/accounting mismatch that needs a next action.
03
Return the SKU, location, supplier, open PO, count history, owner, timestamp, and reason the exception exists.
04
Create a PO draft, transfer request, count task, supplier note, or reconciliation step with the reason attached.
05
Route the draft to a human or policy owner before spend, supplier messages, or inventory value changes.
06
Approved work writes through normal inventory flows instead of bypassing the product's controls.
07
Record the request, approval, execution result, affected records, and actor in activity history.
Guardrails
Inventory agents are only useful if teams can see what happened, who approved it, and which records changed.
Important record changes and spend requests require explicit permission scope, idempotency, and an approval rule.
If a sync sees conflicting item, location, supplier, or PO data, it produces an exception instead of silently picking a winner.
Every draft, approval, dismissal, and system write has a user, agent, token, or integration owner attached.
Purpose
The API is for teams building custom inventory, purchasing, finance, channel, supplier, or agent workflows around Order3. The useful objects are operational: items, locations, bins, counts, movements, suppliers, POs, receiving events, approval drafts, and activity events. The API exposes the same records the team sees in the product, not a separate integration-only model.
Agent role
An agent reads inventory context, explains the exception, prepares a draft, routes approval, and records the result. It does not silently change stock, send supplier spend, or rewrite history. The useful pattern is narrow: software prepares the work; people stay in control of spend and inventory value.
Public documentation is being finalized. If API access is part of your evaluation, bring the workflow to an Inventory Workflow Review and we will show the current shape and the gaps directly.
The target surface is items, locations, counts, movements, suppliers, POs, receiving, approvals, activity history, and integration events. Exact availability depends on the rollout path.
Only through permissioned flows. The design keeps approval, policy, and activity history attached to the action so an integration cannot bypass the controls a human user would see.
Technical evaluation
We will map the records, API or agent surface, approval points, execution rules, and activity history before the workflow runs under policy.