hermes-ebay-commerce-catalog

Crates.iohermes-ebay-commerce-catalog
lib.rshermes-ebay-commerce-catalog
version0.1.0
created_at2025-08-02 06:15:05.569631+00
updated_at2025-08-02 06:15:05.569631+00
descriptionGenerated Rust client for eBay Commerce Catalog API - product catalog searches
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1778348
size116,793
Ross Lee (rossjameslee)

documentation

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

README

Rust API client for hermes-ebay

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

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_beta.5.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/commerce/catalog/v1_beta

Class Method HTTP request Description

ProductApi | get_product | GET /product/{epid} | ProductSummaryApi | search | GET /product_summary/search |

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