DEV

Type.

CountryOfOriginInference

No description

Fields

Required

Alternate country of origin that could apply to the item

amount

Decimal

The price of the product

brand

String!

Required

The brand of the item.

categories

[String!]!

Required

The category hierarchy associated with an item for country of origin inference.

confidenceScore

Decimal!

Required

Measures the confidence in the inferred country of origin. 1.0=100%.

countryOfOrigin

CountryCode!

Required

The inferred country of origin based on the provided information.

createdAt

DateTime!

Required

When this CountryOfOriginInference was created.

createdBy

ID!

Required

The user who created the CountryOfOriginInference.

currencyCode

CurrencyCode

The currency the amount is in

description

String!

Required

This is the full description associated with an item.

globalTradeItemNumber

String!

Required

A Global Trade Item Number (GTIN) of the product, such as UPC, EAN, GTIN-8, or GTIN-14

id

ID!

Required

A unique identifier for the CountryOfOriginInference.

imageUrl

String!

Required

The location of an image related to an item.

material

String!

Required

The material composition of an item for country of origin inference.

name

String!

Required

The product name or short description.

organization

ID!

Required

The Organization associated with the CatalogItem.

primaryTargetCountryCode

CountryCode

The two letter ISO-3166 code of the primary target country for this product

shipFromCountry

CountryCode

The two letter ISO-3166 country code from which this item is being shipped.

updatedAt

DateTime!

Required

When this CountryOfOriginInference was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the CountryOfOriginInference.

Was this page helpful?