Skip to main content
Skip to main content

InventoryItemDTO

InventoryItemDTO: Object

Properties

idstringRequired
The inventory item's ID.
requires_shippingbooleanRequired
Whether the item requires shipping.
created_atstring | DateRequired
The date with timezone at which the resource was created.
updated_atstring | DateRequired
The date with timezone at which the resource was updated.
deleted_atstring | Date | nullRequired
The date with timezone at which the resource was deleted.
skustring | null
The Stock Keeping Unit (SKU) code of the Inventory Item.
origin_countrystring | null
The country in which the Inventory Item was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.
hs_codestring | null
The Harmonized System code of the Inventory Item. May be used by Fulfillment Providers to pass customs information to shipping carriers.
mid_codestring | null
The Manufacturers Identification code that identifies the manufacturer of the Inventory Item. May be used by Fulfillment Providers to pass customs information to shipping carriers.
materialstring | null
The material and composition that the Inventory Item is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.
weightnumber | null
The weight of the Inventory Item. May be used in shipping rate calculations.
lengthnumber | null
The length of the Inventory Item. May be used in shipping rate calculations.
heightnumber | null
The height of the Inventory Item. May be used in shipping rate calculations.
widthnumber | null
The width of the Inventory Item. May be used in shipping rate calculations.
titlestring | null
Title of the inventory item
descriptionstring | null
Description of the inventory item
thumbnailstring | null
Thumbnail for the inventory item
metadataRecord<string, unknown> | null
An optional key-value map with additional details
Was this section helpful?