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