InventoryItemDTO
InventoryItemDTO: Object
Type declaration
created_at
string | DateRequiredThe date with timezone at which the resource was created.
deleted_at
string | Date | nullRequiredThe date with timezone at which the resource was deleted.
description
string | nullDescription of the inventory item
height
number | nullThe height of the Inventory Item. May be used in shipping rate calculations.
hs_code
string | nullThe Harmonized System code of the Inventory Item. May be used by Fulfillment Providers to pass customs information to shipping carriers.
id
stringRequiredThe inventory item's ID.
length
number | nullThe length of the Inventory Item. May be used in shipping rate calculations.
material
string | nullThe material and composition that the Inventory Item is made of, May be used by Fulfillment Providers to pass customs information to shipping carriers.
metadata
Record<string, unknown> | nullAn optional key-value map with additional details
mid_code
string | 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_country
string | nullThe country in which the Inventory Item was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.
requires_shipping
booleanRequiredWhether the item requires shipping.
sku
string | nullThe Stock Keeping Unit (SKU) code of the Inventory Item.
thumbnail
string | nullThumbnail for the inventory item
title
string | nullTitle of the inventory item
updated_at
string | DateRequiredThe date with timezone at which the resource was updated.
weight
number | nullThe weight of the Inventory Item. May be used in shipping rate calculations.
width
number | nullThe width of the Inventory Item. May be used in shipping rate calculations.
Was this section helpful?