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 | Retrieves details on eBay Deal items that match the search criteria. | View getDealItems - /deal_item |
event
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getEvent | GET | /event/{event_id} | Retrieves details on an eBay event. | View getEvent - /event/{event_id} |
getEvents | GET | /event | Retrieves details on all eBay events for an eBay marketplace. | View getEvents - /event |
event_item
Method Name | HTTP Method | Path | Summary | Samples |
---|---|---|---|---|
getEventItems | GET | /event_item | Retrieves details on eBay event items that match the search criteria. | View getEventItems - /event_item |