| Crates.io | hermes-ebay-sell-fulfillment |
| lib.rs | hermes-ebay-sell-fulfillment |
| version | 0.1.0 |
| created_at | 2025-08-04 14:43:04.345122+00 |
| updated_at | 2025-08-04 14:43:04.345122+00 |
| description | Generated Rust client for eBay Sell Fulfillment API - order processing and shipping |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1780800 |
| size | 508,074 |
Use the Fulfillment API to complete the process of packaging, addressing, handling, and shipping each order on behalf of the seller, in accordance with the payment method and timing specified at checkout.
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/fulfillment/v1
| Class | Method | HTTP request | Description |
|---|
OrderApi | get_order | GET /order/{orderId} | OrderApi | get_orders | GET /order | OrderApi | issue_refund | POST /order/{order_id}/issue_refund | Issue Refund PaymentDisputeApi | accept_payment_dispute | POST /payment_dispute/{payment_dispute_id}/accept | Accept Payment Dispute PaymentDisputeApi | add_evidence | POST /payment_dispute/{payment_dispute_id}/add_evidence | Add an Evidence File PaymentDisputeApi | contest_payment_dispute | POST /payment_dispute/{payment_dispute_id}/contest | Contest Payment Dispute PaymentDisputeApi | fetch_evidence_content | GET /payment_dispute/{payment_dispute_id}/fetch_evidence_content | Get Payment Dispute Evidence File PaymentDisputeApi | get_activities | GET /payment_dispute/{payment_dispute_id}/activity | Get Payment Dispute Activity PaymentDisputeApi | get_payment_dispute | GET /payment_dispute/{payment_dispute_id} | Get Payment Dispute Details PaymentDisputeApi | get_payment_dispute_summaries | GET /payment_dispute_summary | Search Payment Dispute by Filters PaymentDisputeApi | update_evidence | POST /payment_dispute/{payment_dispute_id}/update_evidence | Update evidence PaymentDisputeApi | upload_evidence_file | POST /payment_dispute/{payment_dispute_id}/upload_evidence_file | Upload an Evidence File ShippingFulfillmentApi | create_shipping_fulfillment | POST /order/{orderId}/shipping_fulfillment | ShippingFulfillmentApi | get_shipping_fulfillment | GET /order/{orderId}/shipping_fulfillment/{fulfillmentId} | ShippingFulfillmentApi | get_shipping_fulfillments | GET /order/{orderId}/shipping_fulfillment |
To get access to the crate's generated documentation, use:
cargo doc --open