Skip to main content

CheckProductRealWorldResponse

data_available_collectible object

Boolean indicating whether data is available and collectible for the product

anyOf
boolean
measurable_attributes object

Boolean indicating whether the product has measurable attributes

anyOf
boolean
product_existsProduct Existsrequired

Boolean indicating whether the product exists in the real world

scoreScore

Confidence score of the model in predicting the existence of the product

Possible values: >= 0 and <= 5

specific_levels_definable object

Boolean indicating whether the product has specific levels definable

anyOf
boolean
CheckProductRealWorldResponse
{
"data_available_collectible": true,
"measurable_attributes": true,
"product_exists": true,
"score": 3,
"specific_levels_definable": true
}