{
"opencollection": "1.0.0",
"info": {
"name": "eBay Account Advertising_eligibility Event_item API",
"version": "v1.9.2"
},
"items": [
{
"info": {
"name": "Event_item",
"type": "folder"
},
"items": [
{
"info": {
"name": "getEventItems",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.ebay.com{basePath}/event_item",
"headers": [
{
"name": "X-EBAY-C-MARKETPLACE-ID",
"value": ""
},
{
"name": "X-EBAY-C-ENDUSERCTX",
"value": ""
}
],
"params": [
{
"name": "category_ids",
"value": "",
"type": "query",
"description": "This query parameter specifies the unique identifiers of the eBay categories for the search.
For details see Get Categories for Buy APIs.
Maximum Value: 1"
},
{
"name": "delivery_country",
"value": "",
"type": "query",
"description": "This query parameter allows the response to only return items that can be shipped to the specified country (2-digit ISO code)."
},
{
"name": "event_ids",
"value": "",
"type": "query",
"description": "This query parameter specifies the unique identifiers for the eBay event items being retrieved.
Use the getEvents method to retrieve event IDs.
Maximum Value: 1"
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The maximum number of items, from the current result set, returned on a single page.
Default: 20"
},
{
"name": "offset",
"value": "",
"type": "query",
"description": "The number of items that will be skipped in the result set. This is used with the limit field to control the pagination of the output.
For example, if the offset is set to 0 and the limit is set to 10, the method will retrieve items 1 through 10 from the list of items returned. If the offset is set to 10 and the limit is set to 10, the method will retrieve items 11 through 20 from the list of items returned.
Default: 0"
}
],
"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 returns a paginated set of event items. The result set contains all event items associated with the specified search criteria and marketplace ID.