hermes-ebay-sell-analytics

Crates.iohermes-ebay-sell-analytics
lib.rshermes-ebay-sell-analytics
version0.1.0
created_at2025-08-02 22:52:02.427272+00
updated_at2025-08-02 22:52:02.427272+00
descriptionGenerated Rust client for eBay Sell Analytics API - performance metrics and traffic reports
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1779181
size185,656
Ross Lee (rossjameslee)

documentation

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

README

Rust API client for hermes-ebay

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:

  • Customer Service Metric – Returns benchmark data and a metric rating pertaining to a seller's customer service performance as compared to other seller's in the same peer group.
  • Traffic Report – Returns data and information that shows how buyers are engaging with a seller's listings.
  • Seller Standards Profile – Returns information pertaining to a seller's profile rating.
Sellers can use the data and information returned by the various Analytics API methods to determine where they can make improvements to increase sales and how they might improve their seller status as viewed by eBay buyers.

For details on using this API, see <a href="/api-docs/sell/static/performance/analyzing-performance.html" title="Selling Integration Guide">Analyzing seller performance.

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: 1.3.2
  • 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/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 |

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