hermes-ebay-buy-order

Crates.iohermes-ebay-buy-order
lib.rshermes-ebay-buy-order
version0.1.0
created_at2025-08-02 06:14:43.688995+00
updated_at2025-08-02 06:14:43.688995+00
descriptionGenerated Rust client for eBay Buy Order API - guest checkout and order management
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1778347
size245,212
Ross Lee (rossjameslee)

documentation

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

README

Rust API client for hermes-ebay

<span class="tablenote">Note: The Order API (v2) currently only supports the guest payment/checkout flow. If you need to support member payment/checkout flow, use the <a href="/api-docs/buy/order_v1/resources/methods">v1_beta version of the Order API.

<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" alt="Limited Release" title="Limited Release" />(Limited Release) API available only to select developers approved by business units.

The Order API provides interfaces that let shoppers pay for items. It also returns payment and shipping status of the order.

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: v2.1.2
  • 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://apix.ebay.com/buy/order/v2

Class Method HTTP request Description

GuestCheckoutSessionApi | apply_guest_coupon | POST /guest_checkout_session/{checkoutSessionId}/apply_coupon | GuestCheckoutSessionApi | get_guest_checkout_session | GET /guest_checkout_session/{checkoutSessionId} | GuestCheckoutSessionApi | initiate_guest_checkout_session | POST /guest_checkout_session/initiate | GuestCheckoutSessionApi | remove_guest_coupon | POST /guest_checkout_session/{checkoutSessionId}/remove_coupon | GuestCheckoutSessionApi | update_guest_quantity | POST /guest_checkout_session/{checkoutSessionId}/update_quantity | GuestCheckoutSessionApi | update_guest_shipping_address | POST /guest_checkout_session/{checkoutSessionId}/update_shipping_address | GuestCheckoutSessionApi | update_guest_shipping_option | POST /guest_checkout_session/{checkoutSessionId}/update_shipping_option | GuestPurchaseOrderApi | get_guest_purchase_order | GET /guest_purchase_order/{purchaseOrderId} |

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