hermes-ebay-sell-compliance

Crates.iohermes-ebay-sell-compliance
lib.rshermes-ebay-sell-compliance
version0.1.0
created_at2025-08-02 22:52:22.114896+00
updated_at2025-08-02 22:52:22.114896+00
descriptionGenerated Rust client for eBay Sell Compliance API - listing compliance and violation management
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1779182
size123,688
Ross Lee (rossjameslee)

documentation

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

README

Rust API client for hermes-ebay

Service for providing information to sellers about their listings being non-compliant, or at risk for becoming non-compliant, against eBay listing policies.

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.4.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/compliance/v1

Class Method HTTP request Description

ListingViolationApi | get_listing_violations | GET /listing_violation | ListingViolationApi | suppress_violation | POST /suppress_listing_violation | ListingViolationSummaryApi | get_listing_violations_summary | GET /listing_violation_summary |

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