Note: This is a
(Limited Release) API available only to select developers approved by business units. For information on how to obtain access to this API in production, see the Buy APIs Requirements.
This API allows third-party developers to search for and retrieve details about eBay deals and events, as well as the items associated with those deals and events.
deal_item
Method Name | HTTP Method | Path | Summary | Samples |
---|
getDealItems | GET | /deal_item | This method returns a paginated set of deal items. The result set contains all deal items associated with the specified search criteria and marketplace ID. | View getDealItems - /deal_item |
event
Method Name | HTTP Method | Path | Summary | Samples |
---|
getEvent | GET | /event/{event_id} | 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. | View getEvent - /event/{event_id} |
getEvents | GET | /event | This method returns paginated results containing all eBay events for the specified marketplace. | View getEvents - /event |
event_item
Method Name | HTTP Method | Path | Summary | Samples |
---|
getEventItems | GET | /event_item | 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. | View getEventItems - /event_item |