| Crates.io | hermes-ebay-buy-feed |
| lib.rs | hermes-ebay-buy-feed |
| version | 0.1.0 |
| created_at | 2025-08-02 05:44:18.747476+00 |
| updated_at | 2025-08-02 05:44:18.747476+00 |
| description | Generated Rust client for eBay Buy Feed API - bulk data operations and feeds |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1778304 |
| size | 339,178 |
<span class="tablenote">Note: This is a <a href="https://developer.ebay.com/api-docs/static/versioning.html#limited " target="_blank"> <img src="/cms/img/docs/partners-api.svg" class="legend-icon partners-icon" title="Limited Release" alt="Limited Release" />(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 <a href="api-docs/buy/static/buy-requirements.html" target="_blank">Buy APIs Requirements.
The Feed API provides the ability to download TSV_GZIP feed files containing eBay items and an hourly snapshot file of the items that have changed within an hour for a specific category, date and marketplace.
In addition to the API, there is an open source <a href="https://github.com/eBay/FeedSDK " target="_blank">Feed SDK written in Java that downloads, combines files into a single file when needed, and unzips the entire feed file. It also lets you specify field filters to curate the items in the file.
For more information, please visit https://github.com/yourusername/hermes
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegenPut the package under your project folder in a directory named hermes-ebay and add the following to Cargo.toml under [dependencies]:
hermes-ebay = { path = "./hermes-ebay" }
All URIs are relative to https://api.ebay.com/buy/feed/v1_beta
| Class | Method | HTTP request | Description |
|---|
ItemApi | get_item_feed | GET /item | ItemGroupApi | get_item_group_feed | GET /item_group | ItemPriorityApi | get_item_priority_feed | GET /item_priority | ItemSnapshotApi | get_item_snapshot_feed | GET /item_snapshot |
To get access to the crate's generated documentation, use:
cargo doc --open