CreateInventoryItemInput
The details of the inventory item to be created.
sku
null | stringThe SKU of the inventory item.
origin_country
null | stringThe origin country of the inventory item.
mid_code
null | stringThe MID code of the inventory item.
material
null | stringThe material of the inventory item.
weight
null | numberThe weight of the inventory item.
length
null | numberThe length of the inventory item.
height
null | numberThe height of the inventory item.
width
null | numberThe width of the inventory item.
title
null | stringThe title of the inventory item.
description
null | stringThe description of the inventory item.
thumbnail
null | stringThe thumbnail of the inventory item.
metadata
null | Record<string, unknown>Holds custom data in key-value pairs.
hs_code
null | stringThe HS code of the inventory item.
requires_shipping
booleanWhether the inventory item requires shipping.
Was this section helpful?