{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Event API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Event", "type": "folder" }, "items": [ { "info": { "name": "getEvent", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/event/:event_id", "headers": [ { "name": "X-EBAY-C-MARKETPLACE-ID", "value": "" }, { "name": "X-EBAY-C-ENDUSERCTX", "value": "" } ], "params": [ { "name": "event_id", "value": "", "type": "path", "description": "This path parameters specifies the unique identifier for the eBay event being retrieved.

Use the getEvents method to retrieve event IDs." } ], "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 for an eBay event. The result set contains detailed information associated with the specified event ID, such as applicable coupons, start and end dates, and event terms.

Restrictions

This method can return a maximum of 10,000 items. For a list of supported sites and other restrictions, see API Restrictions.

eBay Partner Network: In order to " }, { "info": { "name": "getEvents", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/event", "headers": [ { "name": "X-EBAY-C-MARKETPLACE-ID", "value": "" }, { "name": "X-EBAY-C-ENDUSERCTX", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items, from the current result set, returned on a single page.

Default: 20

Maximum Value: 100" }, { "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 paginated results containing all eBay events for the specified marketplace.

Restrictions

This method can return a maximum of 10,000 items. For a list of supported sites and other restrictions, see API Restrictions.

eBay Partner Network: In order to receive a commission for your sales, you must use the URL returned in the itemAffiliateWebUrl " } ] } ], "bundled": true }