InventoryItemUpdateInput input object

Inventory items.


Input fields

  • cost ([Decimal](https://shopify.dev/docs/admin-api/graphql/reference/scalar#decimal-2021-01))
    Unit cost associated with the inventory item, the currency is the shop’s default currency.
  • countryCodeOfOrigin ([CountryCode](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode))
    The ISO code of the country of origin.
  • countryHarmonizedSystemCodes ([[CountryHarmonizedSystemCodeInput!]](https://shopify.dev/docs/admin-api/graphql/reference/inventory/countryharmonizedsystemcodeinput))
    List of country-specific harmonized system codes.
  • harmonizedSystemCode ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The harmonized system code of the inventory item.
  • provinceCodeOfOrigin ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The ISO code of the province of origin.
  • tracked ([Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the inventory item is tracked.