InventoryItemUpdateInput - admin-graphql - INPUT_OBJECT
Version: 2024-04
Description:
The input fields for an inventory item.
Access Scopes
Fields
-
cost:
Decimal -
Unit cost associated with the inventory item, the currency is the shop's default currency.
-
countryCodeOfOrigin:
CountryCode -
The ISO 3166-1 alpha-2 country code of where the item originated from.
-
countryHarmonizedSystemCodes:
CountryHarmonizedSystemCodeInput -
List of country-specific harmonized system codes.
-
harmonizedSystemCode:
String -
The harmonized system code of the inventory item. This must be a number between 6 and 13 digits.
-
provinceCodeOfOrigin:
String -
The ISO 3166-2 alpha-2 province/state code of where the item originated from.
-
tracked:
Boolean -
Whether the inventory item is tracked. The value must be true to adjust the item's inventory levels.
Input objects with this input object
Examples