| Crates.io | hermes-ebay-sell-logistics |
| lib.rs | hermes-ebay-sell-logistics |
| version | 0.1.0 |
| created_at | 2025-08-02 06:18:19.788434+00 |
| updated_at | 2025-08-02 06:18:19.788434+00 |
| description | Generated Rust client for eBay Sell Logistics API - shipping quotes and logistics |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1778351 |
| size | 193,018 |
<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.
The Logistics API resources offer the following capabilities:
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/sell/logistics/v1_beta
| Class | Method | HTTP request | Description |
|---|
ShipmentApi | cancel_shipment | POST /shipment/{shipmentId}/cancel | ShipmentApi | create_from_shipping_quote | POST /shipment/create_from_shipping_quote | ShipmentApi | download_label_file | GET /shipment/{shipmentId}/download_label_file | ShipmentApi | get_shipment | GET /shipment/{shipmentId} | ShippingQuoteApi | create_shipping_quote | POST /shipping_quote | ShippingQuoteApi | get_shipping_quote | GET /shipping_quote/{shippingQuoteId} |
To get access to the crate's generated documentation, use:
cargo doc --open