hermes-ebay-sell-negotiation

Crates.iohermes-ebay-sell-negotiation
lib.rshermes-ebay-sell-negotiation
version0.1.0
created_at2025-08-04 14:44:17.983317+00
updated_at2025-08-04 14:44:17.983317+00
descriptionGenerated Rust client for eBay Sell Negotiation API - best offer negotiations
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1780803
size103,185
Ross Lee (rossjameslee)

documentation

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

README

Rust API client for hermes-ebay

The Negotiations API gives sellers the ability to proactively send discount offers to buyers who have shown an "interest" in their listings.

By sending buyers discount offers on listings where they have shown an interest, sellers can increase the velocity of their sales.

There are various ways for a buyer to show interest in a listing. For example, if a buyer adds the listing to their Watch list, or if they add the listing to their shopping cart and later abandon the cart, they are deemed to have shown an interest in the listing.

In the offers that sellers send, they can discount their listings by either a percentage off the listing price, or they can set a new discounted price that is lower than the original listing price.

For details about how seller offers work, see <a href="/api-docs/sell/static/marketing/offers-to-buyers.html" title="Selling Integration Guide">Sending offers to buyers.

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.1.0
  • 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/sell/negotiation/v1

Class Method HTTP request Description

OfferApi | find_eligible_items | GET /find_eligible_items | OfferApi | send_offer_to_interested_buyers | POST /send_offer_to_interested_buyers |

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