Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.51 KB

CompatibilityResponse.md

File metadata and controls

10 lines (7 loc) · 1.51 KB

# CompatibilityResponse

Properties

Name Type Description Notes
compatibility_status string An enumeration value that tells you if the item is compatible with the product. <br /><br />The values are: <ul> <li> <b> COMPATIBLE</b> - Indicates the item is compatible with the product specified in the request.</li> <li> <b> NOT_COMPATIBLE</b> - Indicates the item is not compatible with the product specified in the request. Be sure to check all the <b> value</b> fields to ensure they are correct as errors in the value can also cause this response.</li> <li> <b> UNDETERMINED</b> - Indicates one or more attributes for the specified product are missing so compatibility cannot be determined. The response returns the attributes that are missing.</li> </ul> Code so that your app gracefully handles any future changes to this list. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/browse/types/gct:CompatibilityStatus&#39;&gt;eBay API documentation</a> [optional]
warnings \Ebay\Model\Buy\Browse\Error[] An array of warning messages. These types of errors do not prevent the method from executing but should be checked. [optional]

[Back to Model list] [Back to API list] [Back to README]