| Crates.io | hermes-ebay-commerce-catalog |
| lib.rs | hermes-ebay-commerce-catalog |
| version | 0.1.0 |
| created_at | 2025-08-02 06:15:05.569631+00 |
| updated_at | 2025-08-02 06:15:05.569631+00 |
| description | Generated Rust client for eBay Commerce Catalog API - product catalog searches |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1778348 |
| size | 116,793 |
The Catalog API allows users to search for and locate an eBay catalog product that is a direct match for the product that they wish to sell. Listing against an eBay catalog product helps insure that all listings (based off of that catalog product) have complete and accurate information. In addition to helping to create high-quality listings, another benefit to the seller of using catalog information to create listings is that much of the details of the listing will be prefilled, including the listing title, the listing description, the item specifics, and a stock image for the product (if available). Sellers will not have to enter item specifics themselves, and the overall listing process is a lot faster and easier.
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/catalog/v1_beta
| Class | Method | HTTP request | Description |
|---|
ProductApi | get_product | GET /product/{epid} | ProductSummaryApi | search | GET /product_summary/search |
To get access to the crate's generated documentation, use:
cargo doc --open