{
"opencollection": "1.0.0",
"info": {
"name": "eBay Account Advertising_eligibility Item API",
"version": "v1.9.2"
},
"items": [
{
"info": {
"name": "Item",
"type": "folder"
},
"items": [
{
"info": {
"name": "getItem",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/item/:item_id",
"headers": [
{
"name": "X-EBAY-C-ENDUSERCTX",
"value": ""
},
{
"name": "X-EBAY-C-MARKETPLACE-ID",
"value": ""
},
{
"name": "Accept-Language",
"value": ""
}
],
"params": [
{
"name": "fieldgroups",
"value": "",
"type": "query",
"description": "This parameter controls what is returned in the response. If this field is not set, the method returns all the details of the item.
Note: Multiple fieldgroups can be set and applied simultaneously. However, COMPACT must be used alone. Otherwise, an error will occur.
Valid Values:
fieldgroups to COMPACT.item/v1|4**********8|0?fieldgroups=COMPACT
sellerItemRevision is not returned or has not changed, where needed, update the item information with the information returned in the response.v1|#|#v1|2**********2|0For a multi-SKU listing, pass in the identifier of the variation:
v1|1**********2|4**********2
fieldgroups can be set.legacy_variation_id field and pass in the ID of the specific item variation. If not, all variation within the multi-SKU listing will be retrieved.itemId value.browse/v1/item/get_item_by_legacy_id?legacy_item_id=1**********9"
},
{
"name": "legacy_variation_id",
"value": "",
"type": "query",
"description": "This query parameter specifies the legacy item ID of a specific item in a multi-variation listing, such as that for the red shirt size L item.Important! A legacy_item_id value must always be passed in when specifying a legacy_variation_id value.
ItemID and SKU fields to get the RESTful itemId value.browse/v1/item/get_item_by_legacy_id?legacy_item_id=1**********9&legacy_variation_sku=V**********MImportant! A legacy_item_id value must always be passed in when specifying a legacy_variation_sku value.
item_ids or item_group_ids can be retrieved. Attempting to retrieve both will result in an error.v1|#|#v1|2**********2|0For a multi-SKU listing, pass in the identifier of the variation:
v1|1**********2|4**********2
item_ids or item_group_ids can be retrieved. Attempting to retrieve both will result in an error.############3**********9" } ], "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 method retrieves the details about specific items that buyers need to make a purchasing decision.
bidCount, "
},
{
"info": {
"name": "getItemsByItemGroup",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/item/get_items_by_item_group",
"headers": [
{
"name": "X-EBAY-C-ENDUSERCTX",
"value": ""
},
{
"name": "X-EBAY-C-MARKETPLACE-ID",
"value": ""
},
{
"name": "Accept-Language",
"value": ""
}
],
"params": [
{
"name": "fieldgroups",
"value": "",
"type": "query",
"description": "This field controls what is returned in the response. If this field is not set, the method returns all details about the item.
Valid Values:
ADDITIONAL_SELLER_DETAILS - This field group adds the userId field to the response."
},
{
"name": "item_group_id",
"value": "",
"type": "query",
"description": "This query parameter specifies the unique identifier of an item group for which information is to be returned. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc.
This ID is returned in the itemGroupHref field of the search and getItem methods.
For Example:https://api.ebay.com/buy/browse/v1/item/get_items_by_item_group?item_group_id=3**********6
"
}
],
"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 method retrieves details about individual items in an item group. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc.
You pass in the item_group_id as a URI parameter.
This method returns two main containers:- items
This container has an array of containers with the details about each item in the group. - commonDescriptions
This container has an array of containers for a description an"
},
{
"info": {
"name": "checkCompatibility",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.ebay.com{basePath}/item/:item_id/check_compatibility",
"headers": [
{
"name": "X-EBAY-C-MARKETPLACE-ID",
"value": ""
},
{
"name": "Content-Type",
"value": ""
},
{
"name": "Accept-Language",
"value": ""
}
],
"params": [
{
"name": "item_id",
"value": "",
"type": "path",
"description": "This path parameter specifies the unique RESTful identifier of an item (such as the park you want to check).
RESTful Item ID Format: v1|#|#
For a single SKU listing, pass in the item ID: v1|2**********2|0
For a multi-SKU listing, pass in the identifier of the variation:v1|1**********2|4**********2
For more information about item IDs for RESTful APIs, refer to Item ID legacy API compatibility overview in the Buying Integration Guide."
}
],
"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 method checks if a product is compatible with the specified item. You can use this method to check the compatibility of cars, trucks, and motorcycles with a specific part listed on eBay.
For example, to check the compatibility of a part, you pass in the item_id of the part as a URI parameter and specify all the attributes used to define a specific car within the compatibilityProperties container. If the call is successful, the response will be COMPATIBLE, <"
}
]
}
],
"bundled": true
}