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