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