hermes-ebay-sell-finances

Crates.iohermes-ebay-sell-finances
lib.rshermes-ebay-sell-finances
version0.1.0
created_at2025-08-04 14:42:38.035212+00
updated_at2025-08-04 14:42:38.035212+00
descriptionGenerated Rust client for eBay Sell Finances API - transaction and payout management
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1780798
size255,329
Ross Lee (rossjameslee)

documentation

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

README

Rust API client for hermes-ebay

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

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: v1.17.3
  • 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://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} |

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