DEV

Type.

ValueValidation

A ValueValidation resource represents the inferred validation of a product's declared value.

Fields

brand

String!

Required

The brand of the item.

categories

[String!]!

Required

The category hierarchy associated with an item for value validation.

createdAt

DateTime!

Required

When this ValueValidation was created.

createdBy

ID!

Required

The user who created the ValueValidation.

currency

CurrencyCode!

Required

The currency of the declared value (matches input currency).

description

String!

Required

This is the full description associated with an item.

id

ID!

Required

A unique identifier for the ValueValidation.

imageUrl

String!

Required

The location of an image related to an item.

material

String!

Required

The material composition of an item for value validation.

modelId

String!

Required

The model ID used to generate the value validation.

name

String!

Required

The product name or short description.

organization

ID!

Required

The Organization associated with the CatalogItem.

probabilityOfUnderValuation

Decimal!

Required

The likelihood of undervaluation.

updatedAt

DateTime!

Required

When this ValueValidation was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the ValueValidation.

value

Decimal!

Required

The declared value of the item (in the specified currency).

Was this page helpful?