Item
id
ID!
Required
item_
customsSpecs
[CustomsSpec!]!
amount
Decimal!
amountInclusive
Decimal
attributes
[ItemAttribute]
catalogItem
CatalogItem
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
parentProductId
Deprecated
productId
String!
provinceOfOrigin
quantity
Int!
restriction
RestrictedItem
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_
.customsSpecs
[CustomsSpec!]!
Required
amount
Decimal!
Required
Item
price amount.amountInclusive
Decimal
Item
price all inclusive amount if inclusive amount is enabled.attributes
[ItemAttribute]
Item
attributes.catalogItem
CatalogItem
CatalogItem
that contains more info about thisItem
.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
parentProductId
String
Deprecated
Item
for multi-SKU situations.productId
String!
Required
Item
product ID.provinceOfOrigin
String
Item
originates. Required by some countries.quantity
Int!
Required
Item
being represented.restriction
RestrictedItem
sku
String
updatedAt
DateTime!
Required
Item
was most recently updated.updatedBy
ID!
Required
Item
.