| Crates.io | hermes-ebay-buy-order |
| lib.rs | hermes-ebay-buy-order |
| version | 0.1.0 |
| created_at | 2025-08-02 06:14:43.688995+00 |
| updated_at | 2025-08-02 06:14:43.688995+00 |
| description | Generated Rust client for eBay Buy Order API - guest checkout and order management |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1778347 |
| size | 245,212 |
<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
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://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} |
To get access to the crate's generated documentation, use:
cargo doc --open