DEV

Type.

ValueEstimation

A ValueEstimation resource represents the inferred estimation of a product's value.

Fields

id

ID!

Required

A unique identifier for the ValueEstimation.

brand

String!

Required

The brand of the item.

categories

[String!]!

Required

The category hierarchy associated with an item for value estimation.

createdAt

DateTime!

Required

When this ValueEstimation was created.

createdBy

ID!

Required

The user who created the ValueEstimation.

currency

CurrencyCode!

Required

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

description

String!

Required

This is the full description associated with an item.

imageUrl

String!

Required

The location of an image related to an item.

material

String!

Required

The material composition of an item for value estimation.

modelId

String!

Required

The model ID used to generate the value estimation.

name

String!

Required

The product name or short description.

organization

ID!

Required

The Organization associated with the CatalogItem.

updatedAt

DateTime!

Required

When this ValueEstimation was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the ValueEstimation.

value

Decimal!

Required

The estimated value of the product (in the requested currency).

valueEstimateRange

ValueEstimateRange!

Required

The confidence bands of the value estimate.

Was this page helpful?