# Inputs / Stocktake Count Input

# Stocktake Count Input

**Object**
## StocktakeCountInput

| Fields | Type | Description | Validation |
| --- | --- | --- | --- |
| quantity | *Float!* | The quantity being counted | Minimum: -1,000,000Maximum: 1,000,000 |
| product | [ID!](/documentation/Types/UUID#UUID) | The id of the product being counted |  |
| user | [ID](/documentation/Types/UUID#UUID) | The id of the user that counted the product |  |
| timestamp | [DateTime](/documentation/Types/Date-Time#DateTime) | The time of the scan |  |
| barcode | *String* | The barcode that was scanned when counting the product | Maximum Length: 160 |
| clientId | *String* | A client specific ID generated at the moment of scanning. This may be a UUID or other identifier. | Maximum Length: 160 |