InventoryItems
Columns
Name
Type
ReadOnly
Description
Id [KEY]
Long
True
A unique numeric identifier for the fulfillment.
Cost
Decimal
False
The unit cost of the inventory item.
CountryCodeOfOrigin
String
False
The two-digit code for the country where the inventory item was made.
CountryHarmonizedSystemCodes
String
False
An array of country-specific Harmonized System (HS) codes for the item.
HarmonizedSystemCode
String
False
The general Harmonized System (HS) code for the inventory item. Used if a country-specific HS code is not available.
ProvinceCodeOfOrigin
String
False
The two-digit code for the province where the inventory item was made. Used only if the shipping provider for the inventory item is Canada Post.
SKU
String
False
The unique SKU (stock keeping unit) of the inventory item.
Tracked
Boolean
False
Whether the inventory item is tracked. If true, then inventory quantity changes are tracked by Shopify.
RequiresShipping
Boolean
True
Whether a customer needs to provide a shipping address when placing an order containing the inventory item.
CreatedAt
Datetime
True
The date and time when the inventory item was created.
UpdatedAt
Datetime
True
The date and time when the inventory item was last updated.
Last updated