Skip to main content

An enumerated type for the values that represent if an item is compatible with the specified product.

Code so that your app gracefully handles any future changes to this list.

Type that uses CompatibilityStatus

CompatibilityResponse

Call that uses CompatibilityStatus

Enumerations

Value
Description
COMPATIBLE
Indicates the item is compatible with the product specified in the request.
NOT_COMPATIBLE
Indicates the item is not compatible with the product specified in the request. Be sure to check all the value fields ensure they are correct as errors in the value can also cause this response.
UNDETERMINED
Indicates one or more attributes for the specified product are missing so compatibility cannot be determined. The response returns the attributes that are missing.