InventoryItemDTO
The inventory item details.
id
stringRequiredThe ID of the inventory item.
requires_shipping
booleanRequiredWhether the inventory item requires shipping.
created_at
string | DateRequiredThe creation date of the inventory item.
updated_at
string | DateRequiredThe update date of the inventory item.
deleted_at
null | string | DateRequiredThe deletion date of the inventory item.
sku
null | stringThe SKU of the inventory item.
origin_country
null | stringThe origin country of the inventory item.
hs_code
null | stringThe HS code of the inventory item.
mid_code
null | stringThe mid code of the inventory item.
material
null | stringThe material of the inventory item.
weight
null | numberThe weight of the inventory item.
length
null | numberThe length of the inventory item.
height
null | numberThe height of the inventory item.
width
null | numberThe width of the inventory item.
title
null | stringThe title of the inventory item.
description
null | stringThe description of the inventory item.
thumbnail
null | stringThe thumbnail of the inventory item.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?