| Crates.io | hermes-ebay-sell-analytics |
| lib.rs | hermes-ebay-sell-analytics |
| version | 0.1.0 |
| created_at | 2025-08-02 22:52:02.427272+00 |
| updated_at | 2025-08-02 22:52:02.427272+00 |
| description | Generated Rust client for eBay Sell Analytics API - performance metrics and traffic reports |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1779181 |
| size | 185,656 |
The Analytics API provides data and information about a seller and their eBay business.
The resources and methods in this API let sellers review information on their listing performance, metrics on their customer service performance, and details on their eBay seller performance rating.
The three resources in the Analytics API provide the following data and information:
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/analytics/v1
| Class | Method | HTTP request | Description |
|---|
CustomerServiceMetricApi | get_customer_service_metric | GET /customer_service_metric/{customer_service_metric_type}/{evaluation_type} | SellerStandardsProfileApi | find_seller_standards_profiles | GET /seller_standards_profile | SellerStandardsProfileApi | get_seller_standards_profile | GET /seller_standards_profile/{program}/{cycle} | TrafficReportApi | get_traffic_report | GET /traffic_report |
To get access to the crate's generated documentation, use:
cargo doc --open