object CycleCountBatch

Fields

FieldTypeDescription
idString
legacy_idInt
nameString
warehouse_idString
account_idString
count_typeDSCycleCountBatchCountTypes
queue_statusDSCycleCountBatchQueueStatusTypes
statusString

uncounted | in_progress | closed

progressInt

Percentage of items counted (0-100)

countedInt

Number of items counted

uncountedInt

Number of items not yet counted

due_dateISODateTime
started_atISODateTime
ended_atISODateTime
created_atISODateTime
updated_atISODateTime
locationsCycleCountProgressType

Location count progress (total/counted)

skusCycleCountProgressType

SKU count progress (total/counted)

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "name": "abc123",
  "warehouse_id": "abc123",
  "account_id": "abc123",
  "count_type": "PRODUCTS",
  "queue_status": "QUEUED",
  "status": "abc123",
  "progress": 987,
  "counted": 987,
  "uncounted": 987,
  "due_date": "abc123",
  "started_at": "abc123",
  "ended_at": "abc123",
  "created_at": "abc123",
  "updated_at": "abc123",
  "locations": CycleCountProgressType,
  "skus": CycleCountProgressType
}