{ "opencollection": "1.0.0", "info": { "name": "eBay Account Advertising_eligibility Deal_item API", "version": "v1.9.2" }, "items": [ { "info": { "name": "Deal_item", "type": "folder" }, "items": [ { "info": { "name": "getDealItems", "type": "http" }, "http": { "method": "GET", "url": "https://api.ebay.com{basePath}/deal_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 identifier of the eBay category for the search.

For details see Get Categories for Buy APIs." }, { "name": "commissionable", "value": "", "type": "query", "description": "This query parameter allows the response to filter by commissionable items.

If set to true, only commissionable items will be returned in the response. If set to false, commissionable items will not be returned in the response.

Note: This filter is currently only supported for the US marketplace." }, { "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": "limit", "value": "", "type": "query", "description": "The maximum number of items, from the current result set, returned on a single page." }, { "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 retrieves a paginated set of deal items. The result set contains all deal items associated with the specified search criteria and marketplace ID.

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 " } ] } ], "bundled": true }