| Crates.io | hermes-ebay-commerce-taxonomy |
| lib.rs | hermes-ebay-commerce-taxonomy |
| version | 0.1.0 |
| created_at | 2025-08-02 22:50:54.423574+00 |
| updated_at | 2025-08-02 22:50:54.423574+00 |
| description | Generated Rust client for eBay Commerce Taxonomy API - category suggestions and schema mapping |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1779178 |
| size | 185,519 |
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
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/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 |
To get access to the crate's generated documentation, use:
cargo doc --open