Skip to main content

The type that defines the response fields for checkCompatibility.

Types that use CompatibilityResponse

Not used by any types.

Call that uses CompatibilityResponse

Fields

Field
Type
Description
compatibilityStatus
An enumeration value that tells you if the item is compatible with the product.

The values are:
  • 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 to 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.
Code so that your app gracefully handles any future changes to this list.
warnings
array of ErrorDetailV3
An array of warning messages. These types of errors do not prevent the method from executing but should be checked.