| Crates.io | hermes-ebay-sell-finances |
| lib.rs | hermes-ebay-sell-finances |
| version | 0.1.0 |
| created_at | 2025-08-04 14:42:38.035212+00 |
| updated_at | 2025-08-04 14:42:38.035212+00 |
| description | Generated Rust client for eBay Sell Finances API - transaction and payout management |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1780798 |
| size | 255,329 |
This API is used to retrieve seller payouts and monetary transaction details related to those payouts.
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://apiz.ebay.com/sell/finances/v1
| Class | Method | HTTP request | Description |
|---|
PayoutApi | get_payout | GET /payout/{payout_Id} | PayoutApi | get_payout_summary | GET /payout_summary | PayoutApi | get_payouts | GET /payout | SellerFundsSummaryApi | get_seller_funds_summary | GET /seller_funds_summary | TransactionApi | get_transaction_summary | GET /transaction_summary | TransactionApi | get_transactions | GET /transaction | TransferApi | get_transfer | GET /transfer/{transfer_Id} |
To get access to the crate's generated documentation, use:
cargo doc --open