| Crates.io | hermes-ebay-sell-compliance |
| lib.rs | hermes-ebay-sell-compliance |
| version | 0.1.0 |
| created_at | 2025-08-02 22:52:22.114896+00 |
| updated_at | 2025-08-02 22:52:22.114896+00 |
| description | Generated Rust client for eBay Sell Compliance API - listing compliance and violation management |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1779182 |
| size | 123,688 |
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
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/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 |
To get access to the crate's generated documentation, use:
cargo doc --open