# InventoryItemInput - admin-graphql - INPUT_OBJECT Version: 2024-07 ## Description The input fields for an inventory item. ### Access Scopes ## Fields * [cost](/docs/api/admin-graphql/2024-07/scalars/Decimal): Decimal - Unit cost associated with the inventory item, the currency is the shop's default currency. * [countryCodeOfOrigin](/docs/api/admin-graphql/2024-07/enums/CountryCode): CountryCode - The ISO 3166-1 alpha-2 country code of where the item originated from. * [countryHarmonizedSystemCodes](/docs/api/admin-graphql/2024-07/input-objects/CountryHarmonizedSystemCodeInput): CountryHarmonizedSystemCodeInput - List of country-specific harmonized system codes. * [harmonizedSystemCode](/docs/api/admin-graphql/2024-07/scalars/String): String - The harmonized system code of the inventory item. * [measurement](/docs/api/admin-graphql/2024-07/input-objects/InventoryItemMeasurementInput): InventoryItemMeasurementInput - The measurements of an inventory item. * [provinceCodeOfOrigin](/docs/api/admin-graphql/2024-07/scalars/String): String - The ISO 3166-2 alpha-2 province code of where the item originated from. * [requiresShipping](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean - * [sku](/docs/api/admin-graphql/2024-07/scalars/String): String - The SKU (stock keeping unit) of the inventory item. * [tracked](/docs/api/admin-graphql/2024-07/scalars/Boolean): Boolean - Whether the inventory item is tracked. ## Input objects with this input object * [inventoryItemUpdate](/docs/api/admin-graphql/2024-07/mutations/inventoryItemUpdate) * [ProductVariantInput](/docs/api/admin-graphql/2024-07/input-objects/ProductVariantInput) * [ProductVariantSetInput](/docs/api/admin-graphql/2024-07/input-objects/ProductVariantSetInput) * [ProductVariantsBulkInput](/docs/api/admin-graphql/2024-07/input-objects/ProductVariantsBulkInput) ## Examples