{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Product_compatibility API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Product_compatibility", "type": "folder" }, "items": [ { "info": { "name": "getProductCompatibility", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/inventory_item/:sku/product_compatibility", "params": [ { "name": "sku", "value": "", "type": "path", "description": "This path parameter specifies the SKU (stock keeping unit) of the inventory item associated with the product compatibility list being retrieved.

Use the getInventoryItems method to retrieve SKU values." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This call is used by the seller to retrieve the list of products that are compatible with the inventory item. The SKU value for the inventory item is passed into the call URI, and a successful call with return the compatible vehicle list associated with this inventory item. Product compatibility is currently only applicable to motor vehicle parts and accessory categories, but more categories may be supported in the future." }, { "info": { "name": "createOrReplaceProductCompatibility", "type": "http" }, "http": { "method": "PUT", "url": "https://api.ebay.com{basePath}/inventory_item/:sku/product_compatibility", "headers": [ { "name": "Content-Language", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "sku", "value": "", "type": "path", "description": "This path parameter specifies the SKU (stock keeping unit) of the inventory item associated with the compatibility list being created.

Use the getInventoryItems method to retrieve SKU values." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This call is used by the seller to create or replace a list of products that are compatible with the inventory item. The inventory item is identified with a SKU value in the URI. Product compatibility is currently only applicable to motor vehicle parts and accessory categories, but more categories may be supported in the future.

Note: In addition to the authorization header, which is required for all Inventory API calls, this call also requires " }, { "info": { "name": "deleteProductCompatibility", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ebay.com{basePath}/inventory_item/:sku/product_compatibility", "params": [ { "name": "sku", "value": "", "type": "path", "description": "This path parameter specifies the SKU (stock keeping unit) of the inventory item that is associated with the product compatibility list that is being deleted.

Use the getInventoryItems method to retrieve SKU values." } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://auth.ebay.com/oauth2/authorize", "accessTokenUrl": "https://api.ebay.com/identity/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This call is used by the seller to delete the list of products that are compatible with the inventory item that is associated with the compatible product list. The inventory item is identified with a SKU value in the URI. Product compatibility is currently only applicable to motor vehicle parts and accessory categories, but more categories may be supported in the future." } ] } ], "bundled": true }