hermes-ebay-buy-offer

Crates.iohermes-ebay-buy-offer
lib.rshermes-ebay-buy-offer
version0.1.0
created_at2025-08-02 06:13:30.202922+00
updated_at2025-08-02 06:13:30.202922+00
descriptionGenerated Rust client for eBay Buy Offer API - auction bidding and offers
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1778345
size81,717
Ross Lee (rossjameslee)

documentation

https://docs.rs/hermes-ebay-buy-offer

README

Rust API client for hermes-ebay

<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

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_beta.0.1
  • 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/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 |

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