naftiko: 1.0.0-alpha2 info: label: eBay Deal API — Deal_item description: 'eBay Deal API — Deal_item. 1 operations. Lead operation: Deal_item. Self-contained Naftiko capability covering one Ebay business surface.' tags: - Ebay - Deal_item created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: EBAY_API_KEY: EBAY_API_KEY capability: consumes: - type: http namespace: deal-deal-item baseUri: https://api.ebay.com{basePath} description: eBay Deal API — Deal_item business capability. Self-contained, no shared references. resources: - name: deal_item path: /deal_item operations: - name: getdealitems method: GET description: 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.
true,
only commissionable items will be returned in th
- name: delivery_country
in: query
type: string
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
in: query
type: string
description: The maximum number of items, from the current result set, returned on a single page.
- name: offset
in: query
type: string
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.