Update Inventory Count

Updates fields on an existing inventory count session. Only fields included in the request body are modified.

Requires scope: inventory_counts:write

Authentication

API_KEYstring
API Key authentication via header

Path parameters

idUUIDRequired
Inventory count ID.

Request

This endpoint expects an object.
statusenumOptional
Updated status for the count session.
startDatedateOptional

Updated start date (ISO 8601).

dueDatedateOptional

Updated due date (ISO 8601).

assignedUserIdslist of UUIDsOptional
Replacement list of assigned user IDs. Replaces all existing assignments.

Response

This endpoint returns an object.
idUUID
Unique identifier for the inventory count.
statusenum
Current status of the count session.
periodinteger

Count period number (e.g. cycle or iteration index).

activeboolean
Whether the count session is currently active.
canceledboolean
Whether the count session has been cancelled.
assignedUserIdslist of UUIDs
IDs of users assigned to this count session.
createdAtdatetime
ISO 8601 timestamp when the session was created.
updatedAtdatetime
ISO 8601 timestamp when the session was last updated.
locationobject
Reference to the location being counted.
startDatedate

Scheduled start date for the count (ISO 8601 date, e.g. 2026-03-15).

dueDatedate

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