Create an asset
Creates a new asset (inventory item) in the organization’s inventory. Identify the product either by sku_id (for known SKUs) or by category_code + description (for custom products). Assign the asset to a person (person_id) or an office (office_id).
Authorizations
Prefix the value with "ApiKey" to indicate the custom authorization type
Body
Request to create an asset (inventory item)
Condition of the asset.
NEW, USED_LIKE_NEW, USED_GOOD, USED_FAIR, USED, USED_POOR, UNUSABLE "NEW"
SKU ID for known products. Mutually exclusive with category_code+description.
"ed92d1a0-a8ee-4768-bbcb-26dd4bfdf8a4"
Category code for custom/legacy products. Mutually exclusive with sku_id.
"LAPTOP"
Brand code. Optional, used with category_code. Accepts legacy vendor_code.
"APPLE"
Brand ID. Optional alternative to brand_code. Accepts legacy vendor_id.
"ed92d1a0-a8ee-4768-bbcb-26dd4bfdf8a4"
Product description. Required when category_code is provided.
"MacBook Pro 14\" M3"
Serial number of the asset.
"C02ZX1ABCDEF"
Renewal date for the asset. Defaults to a calculated date based on the organization's refresh policy if not provided.
"2027-01-15"
Person ID to assign the asset to. Mutually exclusive with office_id.
"ed92d1a0-a8ee-4768-bbcb-26dd4bfdf8a4"
Office ID to assign the asset to. Mutually exclusive with person_slug.
"ed92d1a0-a8ee-4768-bbcb-26dd4bfdf8a4"
Response
Asset created
Newly created inventory asset item response
Unique identifier for the created inventory item
"ed92d1a0-a8ee-4768-bbcb-26dd4bfdf8a4"
ID of the SKU (product variant) this item is associated with; null for custom/generic assets
"ed92d1a0-a8ee-4768-bbcb-26dd4bfdf8a4"
Brand code of the SKU vendor; null when the asset has no associated SKU vendor
"APPLE_US"
Hardware serial number of the device; null when not provided at creation
"C02ZX1ABCDEF"
Physical condition of the item at creation time (NEW or USED)
NEW, USED_LIKE_NEW, USED_GOOD, USED_FAIR, USED, USED_POOR, UNUSABLE "NEW"
Current lifecycle state of the item after creation (typically DEPLOYED when assigned to a person, AVAILABLE when assigned to an office)
ARCHIVED, AVAILABLE, AWAITING_ARRIVAL, DEPLOYED, GIFTED, LOCKED, ON_HOLD, OUT_FOR_REPAIR, UNAVAILABLE, VOIDED "DEPLOYED"
Free-text product description; populated for custom/generic SKUs when sku_id is null
"MacBook Pro 14\" M3"
Date when this item is scheduled for renewal or replacement
"2027-01-15"
ID of the person this item is assigned to; null when assigned to an office
"ed92d1a0-a8ee-4768-bbcb-26dd4bfdf8a4"
ID of the office this item is assigned to; null when assigned to a person
"ed92d1a0-a8ee-4768-bbcb-26dd4bfdf8a4"
Timestamp (UTC) when this inventory item was created
"2024-01-15T10:30:00Z"
Apple Business Manager assignment for serialized Apple assets. Omitted for non-Apple or non-serialized items.