- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
UpdateInventoryItemInput
The data to update in an inventory item.
id
stringThe ID of the inventory item to update.
sku
null | stringOptionalThe SKU of the inventory item.
origin_country
null | stringOptionalThe origin country of the inventory item.
mid_code
null | stringOptionalThe MID code of the inventory item.
material
null | stringOptionalThe material of the inventory item.
weight
null | numberOptionalThe weight of the inventory item.
length
null | numberOptionalThe length of the inventory item.
height
null | numberOptionalThe height of the inventory item.
width
null | numberOptionalThe width of the inventory item.
title
null | stringOptionalThe title of the inventory item.
description
null | stringOptionalThe description of the inventory item.
thumbnail
null | stringOptionalThe thumbnail of the inventory item.
metadata
null | Record<string, unknown>OptionalHolds custom data in key-value pairs.
hs_code
null | stringOptionalThe HS code of the inventory item.
requires_shipping
booleanOptionalWhether the inventory item requires shipping.
Was this page helpful?