Type.

Item

An Item represents the input for a shopping cart Item to be quoted for Landed Cost, Shipment Rating, etc. Item is not intended to be stored and used long-term for things like the catalog; it is purely a method for moving data around.

Fields

id

•

ID!

Required

Item ID, prefixed with item_.

advertisedDescription

•

String

Advertised or marketing description of the Item, distinct from the customs or internal description.

amount

•

Decimal!

Required

Item price amount.

amountInclusive

•

Decimal

Item price all inclusive amount if inclusive amount is enabled.

attributes

•

[ItemAttribute]

Free-form Item attributes.

categories

•

[String!]

List of categories associated and describing the Item

classification

•

Classification

Classification of an Item if ClassifyMissingHsCodesStatus is ENABLED for an organization.

countryOfOrigin

•

CountryCode

Country where the Item originates.

countryOfOriginSource

•

ItemValueSource

Indicates where the CountryOfOrigin was sourced from.

createdAt

•

DateTime!

Required

When this Item was created.

createdBy

•

ID!

Required

The user that created this Item.

currencyCode

•

CurrencyCode!

Required

The currency this Item price amount is in.

customsDescription

•

String

The description of the Item for customs.

description

•

String

Human-readable Item description.

dutyTaxFeeConfiguration

•

DutyTaxFeeConfiguration

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

gtin

•

String

Global Trade Item Number for the Item.

hsCode

•

String

HS code for this Item.

hsCodeSource

•

ItemValueSource

Indicates where the HS code for this Item was acquired.

imageUrl

•

String

Optional URL to an image that represents this Item.

itemType

•

ItemType

Determines whether or not an item can be physically shipped.

manufacturerParty

•

Party

The manufacturer Party of this Item.

marketplace

•

ItemMarketplace

Marketplace where this Item is sold.

measurements

•

[ItemMeasurement]

List of Item weights and dimensions.

metadata

•

[ItemMetadata]

User-accessible key/value metadata.

mode

•

Mode!

Required

Whether this Item was created in live or test mode.

name

•

String

Human readable item name.

organization

•

ID!

Required

The unique identifier associated with an organization.

packingPreference

•

PackingPreference

The packing options of the item

productComposition

•

[ItemComposition!]

the composition of your product

productId

•

String!

Required

The Item product ID.

productListingUrl

•

String

URL where the product is listed for sale.

provinceOfOrigin

•

String

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

quantity

•

Int!

Required

Quantity of this specific Item being represented.

securityScreeningReportNumber

•

String

Security screening report number for this Item.

sku

•

String

SKU of this Item.

updatedAt

•

DateTime!

Required

When this Item was most recently updated.

updatedBy

•

ID!

Required

User who most recently updated this Item.

Was this page helpful?