DEV

Input.

ItemCreateWorkflowInput

Input to create a new Item.

Fields

amount

Decimal!

Required

Item price amount.
Free-form Item attributes.

countryOfOrigin

CountryCode

Country where the Item originates.

currencyCode

CurrencyCode!

Required

The currency this Item price amount is in.

description

String

Description of the Item.

dutyTaxFeeConfiguration

DutyTaxFeeConfiguration

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

hsCode

String

HS code for this Item.

imageUrl

String

Optional URL to an image that represents this Item.

itemType

ItemType

Determines whether or not an item can be physically shipped.

measurements

[ItemMeasurementInput]

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

name

String

Name of the Item.

productId

String

The Item product ID.

provinceOfOrigin

String

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

quantity

Int!

Required

Quantity of this specific Item being represented.

sku

String

SKU of the Item.

Was this page helpful?