Skip to main content
POST
Reopen for counting

Authorizations

Authorization
string
header
required

Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.

Path Parameters

sessionId
integer
required

Response

The updated session.

A per-warehouse cycle count session. Every batch produces one session per warehouse in scope. This is the CS-8871 response shape returned by the lifecycle endpoints (start, submit-review, reopen, post, cancel, reset-counts) and by the batch endpoints where sessions are nested.

id
integer
uuid
string
batchId
integer
warehouseId
integer
status
enum<string>
Available options:
draft,
in_progress,
pending_review,
posted,
cancelled
skuCount
integer

Number of distinct SKUs in the session.

countedSkuCount
integer

Number of SKUs that have been counted so far.

theoreticalValue
number

System (book) value of the stock in scope, at post time.

totalVarianceQty
number | null

Populated once the session reaches pending_review.

totalVarianceValue
number | null

Populated once the session reaches pending_review.

accuracyPercentage
number | null

Populated once the session reaches pending_review.

adjustmentId
integer | null

Id of the inventory adjustment created when the session is posted. Set once status is posted.

startedBy
integer | null
startedAt
string<date-time> | null
postedBy
integer | null
postedAt
string<date-time> | null
cancelledBy
integer | null
cancelledAt
string<date-time> | null
createdAt
string<date-time>
updatedAt
string<date-time>