hermes-ebay-sell-fulfillment

Crates.iohermes-ebay-sell-fulfillment
lib.rshermes-ebay-sell-fulfillment
version0.1.0
created_at2025-08-04 14:43:04.345122+00
updated_at2025-08-04 14:43:04.345122+00
descriptionGenerated Rust client for eBay Sell Fulfillment API - order processing and shipping
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1780800
size508,074
Ross Lee (rossjameslee)

documentation

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

README

Rust API client for hermes-ebay

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

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.20.7
  • 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/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 |

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