Stock Counts
Create stock count
Submits a physical inventory count. For FULL scope, BOH reconciles the entire store balance; for PARTIAL, only counted items are adjusted. Returns HTTP 202.
POST
string
required
API key with
inventory:write scope.string
required
Vendor UUID.
string
required
Idempotency key (1–128 chars).
string
required
Actor for audit trail.
string
required
UUID of the store being counted.
string
required
FULL or PARTIAL.string
DAILY, WEEKLY, MONTHLY, or AUDIT.string
ISO 8601 timestamp of when the count was taken (defaults to
now()).object
Map of area code → item_id → counted quantity in base units. Used for the area-level collaborative count view.
string
Free-text notes (max 500 chars).
object
Free-form extra data.
object[]
required
Counted lines (at least 1):
string
Polling token.
string
Transaction UUID.
string
Created stock count UUID.
boolean
true if duplicate.
