Skip to main content
POST
Add a new entry to an inventory count

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

countReference
string
requerido
locationReference
string
requerido

Cuerpo

application/json
skuReference
string
requerido
lotId
null | string
requerido
quantity
number<double>
requerido
comment
null | string

Respuesta

Created

id
string
requerido
countId
string
requerido
locationId
string
requerido
skuId
string
requerido
sku
object | null
requerido
lotId
string
requerido
lot
object
requerido
comment
null | string
requerido
stockAtCount
number<double>
requerido
countedQuantity
number<double>
requerido
plannedAdjustment
number<double>
requerido
countedAt
string<date-time>
requerido