Items
Models
Item Model
The item model represents a unique item for which you would like to track the quantity.
object "item"
The enum value identifying this as an item model.
attributes Array.<string>
A list of enumerated strings to give more context to special items. For example: alcohol, marijuana, pharma, dry_ice, lithium
color string
Any value can be added here
created_at integer
Time in epoch seconds when this resource was created
description string
The details about the item
gtin string
The global identifier for the item, which is consistent across vendors for this item
harmonized_code string
The harmonized system code for the item. This is required if you will be shipping this item internationally.
id string
The unique ID given to this product. This will stay the same even if the SKU or GTIN values are updated.
external_id string
An external identifier for this item, useful for linking with third-party systems or integrations.
vendor string
The name of the vendor or supplier for this item.
images Array.<object>
A list of image objects that have been added for this item. Each object contains name (the image file name), url (the image URL), and is_public (boolean indicating if the image is publicly accessible).
image_urls Array.<string>
A flat array of image URLs for this item. This is a convenience field that provides direct access to all image URLs without needing to extract them from the images objects.
levels Array.<InventoryLevel>
Information about inventory levels for this item across various locations and layouts
Show Details
metadata object
These are your metadata key value pairs added to the item
name string
The name of the item
length float
The length of the item in inches
width float
The width of the item in inches
height float
The height of the item in inches
weight float
The weight of the item in pounds (lbs)
packaged_length float
The length of the item in inches once packaged for shipping. For example, a mobile phone often ships in a box with some cables and reading materials inside. Packaged length would be the length of the box that the mobile phone is housed in.
packaged_width float
The width of the item in inches when placed in shipping packaging
packaged_height float
The height of the item in inches when placed in shipping packaging
packaged_weight float
The weight of the item in pounds (lbs) when placed in shipping packaging
origin_country string
The country that manufactured this item. This is required if shipping the item internationally
organization_id string
The unique identifier for the organization that owns this item. This will always be your organization ID
size string
The size of the item. This is used for display purposes on a product page. This is common when adding something like a "small" or "large" variation.
sku string
The SKU of the item added by you
upc string
The Universal Product Code of the item
total_available integer
The total available inventory count across all levels. This is the replacement for the deprecated total_verified field.
total_verified integer (deprecated)
The total verified inventory count across all levels. Deprecated: use total_available instead.
total_defective integer
The total defective inventory count across all levels. This is the replacement for the deprecated total_damaged field.
total_damaged integer (deprecated)
The total damaged inventory count across all levels. Deprecated: use total_defective instead.
total_manifested integer
The total inventory count that is on a manifest
total_reserved integer
The total inventory count that is reserved
total_stored integer
The total asset inventory marked as in_storage
total_operational integer
The total asset inventory marked as in_use or on_loan
total_processing integer
The total asset inventory marked as in_pipeline, in_transit, in_repair, or for_sale
total_decommissioned integer
The total asset inventory marked as donated, lost, stolen, disposed, out_of_service, missing, or sold
updated_at integer
Time in epoch seconds when this resource was updated
created_by string
The ID of the user or API key that created this item
updated_by string
The ID of the user or API key that last updated this item
checksum string
An MD5 checksum of the item's properties. This value changes whenever the item is modified, making it useful for detecting changes without comparing individual fields.
value integer
The value of each individual item in cents
last_audited_at date
Timestamp of the last audit date for this item's inventory.
is_asset boolean
Indicates whether the item is an asset.
ship_ready boolean
Indicates whether the item is ready to ship directly.
tariff_codes array
Array of country specific tariff codes. Each entry in the array contains the country and code keys, representing the country and the tariff code respectively.
external_type string
A classification or type label for the external system linked via external_id. Useful for distinguishing between different integration sources.
base_uom string
The base unit of measure for this item. Defaults to "unit". Other possible values depend on the configured UOM units (e.g., "kg", "lb", "box").
uom_category string
The unit-of-measure category derived from the base_uom. Defaults to "count".