Create Inventory Count
Creates a new inventory count session for a location.
Requires scope: inventory_counts:write
Authentication
API_KEYstring
API Key authentication via header
Request
This endpoint expects an object.
locationId
ID of the location to count. Required.
startDate
Scheduled start date (ISO 8601, e.g. 2026-03-15). Required.
dueDate
Due date for completing the count (ISO 8601, e.g. 2026-03-22). Required.
assignedUserIds
IDs of users to assign to this count session.
Response
This endpoint returns an object.
id
Unique identifier for the inventory count.
status
Current status of the count session.
period
Count period number (e.g. cycle or iteration index).
active
Whether the count session is currently active.
canceled
Whether the count session has been cancelled.
assignedUserIds
IDs of users assigned to this count session.
createdAt
ISO 8601 timestamp when the session was created.
updatedAt
ISO 8601 timestamp when the session was last updated.
location
Reference to the location being counted.
startDate
Scheduled start date for the count (ISO 8601 date, e.g. 2026-03-15).
dueDate
Due date for completing the count (ISO 8601 date, e.g. 2026-03-22).
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error