DEV

Type.

CountryOfOriginValidation

No description

Fields

id

ID!

Required

A unique identifier for the CountryOfOriginValidation.

Required

Alternate country of origin that could apply to the product

amount

Decimal

The price of the product

brand

String!

Required

The brand of the product.

categories

[String!]!

Required

The category hierarchy associated with a product for CountryOfOriginValidation.

countryOfOrigin

CountryCode!

Required

The provided country of origin for the product.

createdAt

DateTime!

Required

When this CountryOfOriginValidation was created.

createdBy

ID!

Required

The user who created the CountryOfOriginValidate.

currencyCode

CurrencyCode

The currency the amount is in

description

String!

Required

This is the full description associated with a product.

globalTradeItemNumber

String!

Required

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

imageUrl

String!

Required

The location of an image related to a product.

material

String!

Required

The material composition of a product for CountryOfOriginValidation.

mode

String!

Required

The mode of the validation (LIVE or TEST).

modelId

String!

Required

The model ID used to generate the CountryOfOriginValidation.

modelVersion

ModelVersion!

Required

The model version used for validation (CURRENT or BETA).

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

probabilityOfMisrepresentation

Decimal!

Required

Probability that the provided country of origin is misrepresented (0-1).

shipFromCountry

CountryCode

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

updatedAt

DateTime!

Required

When this CountryOfOriginValidation was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the CountryOfOriginValidation.

Was this page helpful?