Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.08 KB

Compatibility.md

File metadata and controls

10 lines (7 loc) · 1.08 KB

# Compatibility

Properties

Name Type Description Notes
compatible_products \eBay\Sell\Inventory\Model\CompatibleProduct[] This container consists of an array of motor vehicles (make, model, year, trim, engine) that are compatible with the motor vehicle part or accessory specified by the sku value. [optional]
sku string This is the seller-defined SKU value of the inventory item that will be associated with the compatible vehicles. This field is not applicable to the <strong>createOrReplaceProductCompatibility</strong> call, but it is always returned with the <strong>getProductCompatibility</strong> call. For the <strong>createOrReplaceProductCompatibility</strong> call, the SKU value for the inventory item is actually passed in as part of the call URI, and not in the request payload. [optional]

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