DEV

Input.

CatalogItemInput

A representation of a CatalogItem to be created.

Fields

amount

Decimal

The amount of a CatalogItem.
Other item attributes.

brand

String

The marketing name associated with an item.

catalogItemReferences

[CatalogItemReferenceInput!]

Catalog items that are referenced by this CatalogItem

catalogItemUrl

String

The CatalogItem page url.

categories

[String!]

The categories that describes the CatalogItem

classification

ID

The classificationId if an catalogItem was created through classification

countryOfOrigin

CountryCode

Where a CatalogItem is created.

currencyCode

CurrencyCode

The currency that the amount of this CatalogItem is in.

customsDescription

String

The description of the item for customs

description

String

The primary description of a CatalogItem.

dutyTaxFeeConfiguration

DutyTaxFeeConfiguration

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

hsCode

String

The default hsCode for the product

hsCodeShipToCountry

CountryCode

When providing a country-specific HS code the ship-to country is needed. @deprecated use CatalogItemHsCodeInput instead

imageUrl

String

The url of an image.

itemType

ItemType

Determines whether or not an item can be physically shipped.

material

String

Deprecated

The CatalogItem material composition.

measurements

[ItemMeasurementInput]

A CatalogItem physical measurements.
Other CatalogItem details ie: vendor_id.

name

String

The name of a CatalogItem.

packingPreference

PackingPreference

How to pack the CatalogItem for shipment.

productComposition

[ItemCompositionInput!]

the composition of your product

productId

String

Product ID of this CatalogItem.

provinceOfOrigin

String

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

restrictedCountries

[CountryCode]

A list of restricted country code

retailAmount

Decimal

The suggested retail amount

sku

String

SKU of this CatalogItem.

Was this page helpful?