hermes-ebay-commerce-taxonomy

Crates.iohermes-ebay-commerce-taxonomy
lib.rshermes-ebay-commerce-taxonomy
version0.1.0
created_at2025-08-02 22:50:54.423574+00
updated_at2025-08-02 22:50:54.423574+00
descriptionGenerated Rust client for eBay Commerce Taxonomy API - category suggestions and schema mapping
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1779178
size185,519
Ross Lee (rossjameslee)

documentation

https://docs.rs/hermes-ebay-commerce-taxonomy

README

Rust API client for hermes-ebay

Use the Taxonomy API to discover the most appropriate eBay categories under which sellers can offer inventory items for sale, and the most likely categories under which buyers can browse or search for items to purchase. In addition, the Taxonomy API provides metadata about the required and recommended category aspects to include in listings, and also has two operations to retrieve parts compatibility information.

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.1.1
  • 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/commerce/taxonomy/v1

Class Method HTTP request Description

CategoryTreeApi | fetch_item_aspects | GET /category_tree/{category_tree_id}/fetch_item_aspects | Get Aspects for All Leaf Categories in a Marketplace CategoryTreeApi | get_category_subtree | GET /category_tree/{category_tree_id}/get_category_subtree | Get a Category Subtree CategoryTreeApi | get_category_suggestions | GET /category_tree/{category_tree_id}/get_category_suggestions | Get Suggested Categories CategoryTreeApi | get_category_tree | GET /category_tree/{category_tree_id} | Get a Category Tree CategoryTreeApi | get_compatibility_properties | GET /category_tree/{category_tree_id}/get_compatibility_properties | Get Compatibility Properties CategoryTreeApi | get_compatibility_property_values | GET /category_tree/{category_tree_id}/get_compatibility_property_values | Get Compatibility Property Values CategoryTreeApi | get_default_category_tree_id | GET /get_default_category_tree_id | Get a Default Category Tree ID CategoryTreeApi | get_expired_categories | GET /category_tree/{category_tree_id}/get_expired_categories | CategoryTreeApi | get_item_aspects_for_category | GET /category_tree/{category_tree_id}/get_item_aspects_for_category |

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