Item
id
ID!
Required
item_
amount
Decimal!
amountInclusive
Decimal
attributes
[ItemAttribute]
countryOfOrigin
CountryCode
countryOfOriginSource
ItemValueSource
CountryOfOrigin
createdAt
DateTime!
createdBy
currencyCode
CurrencyCode!
customsDescription
String
description
dutyTaxFeeConfiguration
DutyTaxFeeConfiguration
hsCode
hsCodeSource
imageUrl
itemType
ItemType
measurements
[ItemMeasurement]
metadata
[ItemMetadata]
mode
Mode!
name
organization
packingPreference
PackingPreference
productId
String!
provinceOfOrigin
quantity
Int!
sku
updatedAt
updatedBy
Type.
Item
An
Item
represents the input for a shopping cartItem
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 withitem_
.amount
Decimal!
Required
Item
price amount.amountInclusive
Decimal
Item
price all inclusive amount if inclusive amount is enabled.attributes
[ItemAttribute]
Item
attributes.countryOfOrigin
CountryCode
Item
originates.countryOfOriginSource
ItemValueSource
CountryOfOrigin
was sourced from.createdAt
DateTime!
Required
Item
was created.createdBy
ID!
Required
Item
.currencyCode
CurrencyCode!
Required
Item
price amount is in.customsDescription
String
Item
for customs.description
String
Item
description.dutyTaxFeeConfiguration
DutyTaxFeeConfiguration
hsCode
String
Item
.hsCodeSource
ItemValueSource
Item
was acquired.imageUrl
String
Item
.itemType
ItemType
measurements
[ItemMeasurement]
Item
weights and dimensions.metadata
[ItemMetadata]
mode
Mode!
Required
Item
was created in live or test mode.name
String
organization
ID!
Required
packingPreference
PackingPreference
productId
String!
Required
Item
product ID.provinceOfOrigin
String
Item
originates. Required by some countries.quantity
Int!
Required
Item
being represented.sku
String
updatedAt
DateTime!
Required
Item
was most recently updated.updatedBy
ID!
Required
Item
.