AdminPostInventoryItemsReq
constructor
Properties
description
stringThe inventory item's description.
height
numberThe height of the Inventory Item. May be used in shipping rate calculations.
hs_code
stringThe Harmonized System code of the Inventory Item. May be used by Fulfillment Providers to pass customs information to shipping carriers.
length
numberThe length of the Inventory Item. May be used in shipping rate calculations.
material
stringThe 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>An optional set of key-value pairs with additional information.
mid_code
stringThe 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
stringThe country in which the Inventory Item was produced. May be used by Fulfillment Providers to pass customs information to shipping carriers.
sku
stringThe unique SKU of the associated Product Variant.
thumbnail
stringThe inventory item's thumbnail.
title
stringThe inventory item's title.
variant_id
stringRequiredThe ID of the variant to create the inventory item for.
weight
numberThe weight of the Inventory Item. May be used in shipping rate calculations.
width
numberThe width of the Inventory Item. May be used in shipping rate calculations.
Was this section helpful?