naftiko: 1.0.0-alpha2 info: label: eBay Feed API — Order_task description: 'eBay Feed API — Order_task. 3 operations. Lead operation: Order_task. Self-contained Naftiko capability covering one Ebay business surface.' tags: - Ebay - Order_task created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: EBAY_API_KEY: EBAY_API_KEY capability: consumes: - type: http namespace: feed-order-task baseUri: https://api.ebay.com{basePath} description: eBay Feed API — Order_task business capability. Self-contained, no shared references. resources: - name: order_task path: /order_task operations: - name: getordertasks method: GET description: This method returns the details and status for an array of order tasks based on a specified feed_type or schedule_id. Specifying both feed_type and schedule_id results in a outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: date_range in: query type: string description: The order tasks creation date range. This range is used to filter the results. The filtered results are filtered to include only tasks with a creation date that - name: feed_type in: query type: string description: The feed type associated with the order tasks being retrieved. The only presently supported value is LMS_ORDER_REPORT

See
Use the
feed_type or schedule_id. Specifying both feed_type and schedule_id results in a hints: readOnly: true destructive: false idempotent: true call: feed-order-task.getordertasks with: date_range: tools.date_range feed_type: tools.feed_type limit: tools.limit look_back_days: tools.look_back_days offset: tools.offset schedule_id: tools.schedule_id outputParameters: - type: object mapping: $. - name: this-method-creates-order-download description: This method creates an order download task with filter criteria for the order report. When using this method, specify the feedType, schemaVersion, and filterCriteria for the report. The method returns the locatio hints: readOnly: false destructive: false idempotent: false call: feed-order-task.createordertask with: Content-Type: tools.Content-Type body: tools.body outputParameters: - type: object mapping: $. - name: this-method-retrieves-task-details description: This method retrieves the task details and status of the specified task. The input is task_id.

For details about how this method is used, see