Skip to main content
Skip to main content

InventoryItemDTO

The inventory item details.

idstringRequired
The ID of the inventory item.
requires_shippingbooleanRequired
Whether the inventory item requires shipping.
created_atstring | DateRequired
The creation date of the inventory item.
updated_atstring | DateRequired
The update date of the inventory item.
deleted_atnull | string | DateRequired
The deletion date of the inventory item.
skunull | string
The SKU of the inventory item.
origin_countrynull | string
The origin country of the inventory item.
hs_codenull | string
The HS code of the inventory item.
mid_codenull | string
The mid code of the inventory item.
materialnull | string
The material of the inventory item.
weightnull | number
The weight of the inventory item.
lengthnull | number
The length of the inventory item.
heightnull | number
The height of the inventory item.
widthnull | number
The width of the inventory item.
titlenull | string
The title of the inventory item.
descriptionnull | string
The description of the inventory item.
thumbnailnull | string
The thumbnail of the inventory item.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?