| Crates.io | hermes-ebay-buy-offer |
| lib.rs | hermes-ebay-buy-offer |
| version | 0.1.0 |
| created_at | 2025-08-02 06:13:30.202922+00 |
| updated_at | 2025-08-02 06:13:30.202922+00 |
| description | Generated Rust client for eBay Buy Offer API - auction bidding and offers |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1778345 |
| size | 81,717 |
<span class="tablenote">Note: This is a <a href="https://developer.ebay.com/api-docs/static/versioning.html#limited\" target="_blank"> <img src="/cms/img/docs/partners-api.svg" class="legend-icon partners-icon" title="Limited Release" alt="Limited Release" />(Limited Release) API available only to select developers approved by business units. For information on how to obtain access to this API in production, see the <a href="/../api-docs/buy/static/buy-requirements.html" target="_blank">Buy APIs Requirements.
The Buy Offer API enables Partners to place proxy bids for a buyer and retrieve the auctions where the buyer is bidding. By placing a proxy bid, the buyer is agreeing to purchase the item if they win the auction.
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/buy/offer/v1_beta
| Class | Method | HTTP request | Description |
|---|
BiddingApi | get_bidding | GET /bidding/{item_id} | BiddingApi | place_proxy_bid | POST /bidding/{item_id}/place_proxy_bid |
To get access to the crate's generated documentation, use:
cargo doc --open