# InventoryItemInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for an inventory item.

### Access Scopes



## Fields
* [cost](/docs/api/admin/2025-01/scalars/Decimal): Decimal - Unit cost associated with the inventory item, the currency is the shop's default currency.
* [countryCodeOfOrigin](/docs/api/admin/2025-01/enums/CountryCode): CountryCode - The ISO 3166-1 alpha-2 country code of where the item originated from.
* [countryHarmonizedSystemCodes](/docs/api/admin/2025-01/input-objects/CountryHarmonizedSystemCodeInput): CountryHarmonizedSystemCodeInput - List of country-specific harmonized system codes.
* [harmonizedSystemCode](/docs/api/admin/2025-01/scalars/String): String - The harmonized system code of the inventory item.
* [measurement](/docs/api/admin/2025-01/input-objects/InventoryItemMeasurementInput): InventoryItemMeasurementInput - The measurements of an inventory item.
* [provinceCodeOfOrigin](/docs/api/admin/2025-01/scalars/String): String - The ISO 3166-2 alpha-2 province code of where the item originated from.
* [requiresShipping](/docs/api/admin/2025-01/scalars/Boolean): Boolean - 
* [sku](/docs/api/admin/2025-01/scalars/String): String - The SKU (stock keeping unit) of the inventory item.
* [tracked](/docs/api/admin/2025-01/scalars/Boolean): Boolean - Whether the inventory item is tracked.


## Input objects with this input object
* [inventoryItemUpdate](/docs/api/admin/2025-01/mutations/inventoryItemUpdate)
* [ProductVariantSetInput](/docs/api/admin/2025-01/input-objects/ProductVariantSetInput)
* [ProductVariantsBulkInput](/docs/api/admin/2025-01/input-objects/ProductVariantsBulkInput)


## Examples