InventoryItemInput - admin-graphql - INPUT_OBJECT
Version: 2024-10
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.
-
measurement:
InventoryItemMeasurementInput -
The measurements of an inventory item.
-
provinceCodeOfOrigin:
String -
The ISO 3166-2 alpha-2 province code of where the item originated from.
-
requiresShipping:
Boolean -
-
sku:
String -
The SKU (stock keeping unit) of the inventory item.
-
tracked:
Boolean -
Whether the inventory item is tracked.
Input objects with this input object
Examples