DEV

Input.

ItemUpdateInput

No description

Fields

amount

Decimal

Item price amount. @deprecated
Free-form Item attributes. @deprecated

countryOfOrigin

CountryCode

Country where the Item originates. @deprecated

currencyCode

CurrencyCode

The currency this Item price amount is in. @deprecated

description

String

Human-readable Item description. @deprecated

dutyTaxFeeConfiguration

DutyTaxFeeConfiguration

Allows user to remove items from duties, taxes, or fee calculations

hsCode

String

HS code for this Item. @deprecated

id

ID

ID of Item to update.

imageUrl

String

Optional URL to an image that represents this Item. @deprecated

item

ItemInput

Data to update in Item.

itemType

ItemType

Determines whether or not an item can be physically shipped.

measurements

[ItemMeasurementInput]

List of Item weights and dimensions. @deprecated
User-accessible key/value metadata. @deprecated

name

String

Name of the Item. @deprecated

parentProductId

String

The product ID of the parent Item for multi-SKU situations. @deprecated

productId

String

The Item product ID. @deprecated

provinceOfOrigin

String

Optional administrative area where this Item originates. Required by some countries. @deprecated

quantity

Int

Quantity of this specific Item being represented. @deprecated

rootId

ID

ID of the root with which this Item is associated. @deprecated

sku

String

SKU of this Item. @deprecated

Was this page helpful?