hermes-ebay-sell-account

Crates.iohermes-ebay-sell-account
lib.rshermes-ebay-sell-account
version0.1.0
created_at2025-08-02 22:51:39.468612+00
updated_at2025-08-02 22:51:39.468612+00
descriptionGenerated Rust client for eBay Sell Account API - policy management and account operations
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1779180
size498,733
Ross Lee (rossjameslee)

documentation

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

README

Rust API client for hermes-ebay

The Account API gives sellers the ability to configure their eBay seller accounts, including the seller's policies (eBay business policies and seller-defined custom policies), opt in and out of eBay seller programs, configure sales tax tables, and get account information.

For details on the availability of the methods in this API, see <a href="/api-docs/sell/account/overview.html#requirements">Account API requirements and restrictions.

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.9.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://api.ebay.com/sell/account/v1

Class Method HTTP request Description

AdvertisingEligibilityApi | get_advertising_eligibility | GET /advertising_eligibility | CustomPolicyApi | create_custom_policy | POST /custom_policy/ | CustomPolicyApi | get_custom_policies | GET /custom_policy/ | CustomPolicyApi | get_custom_policy | GET /custom_policy/{custom_policy_id} | CustomPolicyApi | update_custom_policy | PUT /custom_policy/{custom_policy_id} | FulfillmentPolicyApi | create_fulfillment_policy | POST /fulfillment_policy/ | FulfillmentPolicyApi | delete_fulfillment_policy | DELETE /fulfillment_policy/{fulfillmentPolicyId} | FulfillmentPolicyApi | get_fulfillment_policies | GET /fulfillment_policy | FulfillmentPolicyApi | get_fulfillment_policy | GET /fulfillment_policy/{fulfillmentPolicyId} | FulfillmentPolicyApi | get_fulfillment_policy_by_name | GET /fulfillment_policy/get_by_policy_name | FulfillmentPolicyApi | update_fulfillment_policy | PUT /fulfillment_policy/{fulfillmentPolicyId} | KycApi | get_kyc | GET /kyc | OnboardingApi | get_payments_program_onboarding | GET /payments_program/{marketplace_id}/{payments_program_type}/onboarding | PaymentPolicyApi | create_payment_policy | POST /payment_policy | PaymentPolicyApi | delete_payment_policy | DELETE /payment_policy/{payment_policy_id} | PaymentPolicyApi | get_payment_policies | GET /payment_policy | PaymentPolicyApi | get_payment_policy | GET /payment_policy/{payment_policy_id} | PaymentPolicyApi | get_payment_policy_by_name | GET /payment_policy/get_by_policy_name | PaymentPolicyApi | update_payment_policy | PUT /payment_policy/{payment_policy_id} | PaymentsProgramApi | get_payments_program | GET /payments_program/{marketplace_id}/{payments_program_type} | PrivilegeApi | get_privileges | GET /privilege | ProgramApi | get_opted_in_programs | GET /program/get_opted_in_programs | ProgramApi | opt_in_to_program | POST /program/opt_in | ProgramApi | opt_out_of_program | POST /program/opt_out | RateTableApi | get_rate_tables | GET /rate_table | ReturnPolicyApi | create_return_policy | POST /return_policy | ReturnPolicyApi | delete_return_policy | DELETE /return_policy/{return_policy_id} | ReturnPolicyApi | get_return_policies | GET /return_policy | ReturnPolicyApi | get_return_policy | GET /return_policy/{return_policy_id} | ReturnPolicyApi | get_return_policy_by_name | GET /return_policy/get_by_policy_name | ReturnPolicyApi | update_return_policy | PUT /return_policy/{return_policy_id} | SalesTaxApi | create_or_replace_sales_tax | PUT /sales_tax/{countryCode}/{jurisdictionId} | SalesTaxApi | delete_sales_tax | DELETE /sales_tax/{countryCode}/{jurisdictionId} | SalesTaxApi | get_sales_tax | GET /sales_tax/{countryCode}/{jurisdictionId} | SalesTaxApi | get_sales_taxes | GET /sales_tax | SubscriptionApi | get_subscription | GET /subscription |

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