DEV

Input.

ValueValidateInput

No description

Fields

brand

String

The brand of the item.

categories

[String!]

The category hierarchy associated with an item for value validation.

currency

CurrencyCode!

Required

The currency of the declared value (will be converted to USD internally for model processing).

description

String

This is the full description associated with an item.

imageUrl

String

The location of an image related to an item.

material

String

The material composition of an item for value validation.

name

String!

Required

The product name or short description.

value

Decimal!

Required

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

Was this page helpful?