hermes-ebay-sell-recommendation

Crates.iohermes-ebay-sell-recommendation
lib.rshermes-ebay-sell-recommendation
version0.1.0
created_at2025-08-04 21:35:55.764482+00
updated_at2025-08-04 21:35:55.764482+00
descriptionGenerated Rust client for eBay Sell Recommendation API - AI-powered listing optimization
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1781228
size82,112
Ross Lee (rossjameslee)

documentation

https://docs.rs/hermes-ebay-sell-recommendation

README

Rust API client for hermes-ebay

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

Overview

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.

  • API version: v1.1.0
  • Package version: 0.1.0
  • Generator version: 7.14.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put 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" }

Documentation for API Endpoints

All URIs are relative to https://api.ebay.com/sell/recommendation/v1

Class Method HTTP request Description

ListingRecommendationApi | find_listing_recommendations | POST /find |

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

your-email@example.com

Commit count: 0

cargo fmt