| Crates.io | hermes-ebay-sell-recommendation |
| lib.rs | hermes-ebay-sell-recommendation |
| version | 0.1.0 |
| created_at | 2025-08-04 21:35:55.764482+00 |
| updated_at | 2025-08-04 21:35:55.764482+00 |
| description | Generated Rust client for eBay Sell Recommendation API - AI-powered listing optimization |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1781228 |
| size | 82,112 |
The Recommendation API returns information that sellers can use to optimize the configuration of their listings on eBay.
Currently, the API contains a single method, findListingRecommendations. This method provides information that sellers can use to configure Promoted Listings ad campaigns to maximize the visibility of their items in the eBay marketplace.
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/sell/recommendation/v1
| Class | Method | HTTP request | Description |
|---|
ListingRecommendationApi | find_listing_recommendations | POST /find |
To get access to the crate's generated documentation, use:
cargo doc --open