Assets
Model
Asset Model
object "asset"
The enum value identifying this as an asset model.
status string
The current status of the asset, can be in_use, in_storage, on_loan, in_repair, in_transit, in_pipeline, lost, missing, stolen, donated, disposed, out_of_service, for_sale or sold.
attributes string[]
Attributes of the asset item, can be alcohol, marijuana, pharma, dry_ice, or lithium.
color string
The color of the asset item.
created_at integer
Time in epoch seconds when this asset was created.
currency string
The three-letter ISO string for the currency. Defaults to "USD".
id string
Unique identifier for this asset.
description string
The description of the asset item.
images Array.<object>
A list of image objects for this asset. Each object contains name (the image file name), url (the image URL), and is_public (boolean indicating if the image is publicly accessible). Falls back to the associated item's images if no asset-level images are set.
image_urls string[]
A flat array of image URLs for this asset. Convenience field that mirrors the images array URLs.
gtin string
The Global Trade Item Number of the asset item.
serial_number string
The serial number of the asset.
harmonized_code string
The harmonized code of the asset item.
item_id string
The ID of the item associated with this asset.
location_id string
The ID of the location where the asset is stored.
layout_id string
The ID of the layout where the asset is placed.
metadata object
Additional metadata associated with the asset.
name string
The name of the asset item.
origin_country string
The country of origin of the asset item.
organization_id string
The ID of the organization associated with this asset.
vendor string
The vendor of the asset item.
size string
The size of the asset item.
sku string
The Stock Keeping Unit (SKU) of the asset item.
length number
The length of the asset item.
width number
The width of the asset item.
height number
The height of the asset item.
weight number
The weight of the asset item.
packaged_length number
The length of the packaged asset item.
packaged_width number
The width of the packaged asset item.
packaged_height number
The height of the packaged asset item.
packaged_weight number
The weight of the packaged asset item.
value number
The monetary value of the asset in cents.
updated_at integer
Time in epoch seconds when this asset was last updated.
updated_by string
The ID of the user who last updated this asset.
barcode string
The barcode associated with this asset.
category string
The category of the asset item.
sub_category string
The sub-category of the asset item.
assignee Contact | null
The contact assigned to this asset, returned as a full Contact object. Null if no contact is assigned.
archived boolean
Indicates if the asset is archived or not.
initial_value number
The initial monetary value of the asset in cents.
purchased_at integer
Time in epoch seconds when this asset was purchased.
layout_name string
The full nested path of the layout where the asset is placed (e.g., Aisle A > Shelf B > Bin 3).
layout_code string
The short code of the layout where the asset is placed.
location_name string
The name of the location where the asset is stored.
linked_documents AssetDocument[]
An array of documents associated with this asset.
Show Details
warranty_details AssetWarrantyModel
The warranty details of the asset.
Show Details
maintenance_details AssetMaintenanceModel
The maintenance details of the asset.
Show Details
disposal_details AssetDisposalModel
The disposal details of the asset.
Show Details
checksum string
An MD5 checksum of the asset's properties. This value changes whenever the asset is modified, making it useful for detecting changes without comparing individual fields.
For managing asset serial number sequences, see Sequences.