hermes-ebay-sell-inventory

Crates.iohermes-ebay-sell-inventory
lib.rshermes-ebay-sell-inventory
version0.1.0
created_at2025-08-04 14:43:32.463681+00
updated_at2025-08-04 14:43:32.463681+00
descriptionGenerated Rust client for eBay Sell Inventory API - item and offer management
homepagehttps://github.com/hermes-marketplace/hermes-sdk
repositoryhttps://github.com/hermes-marketplace/hermes-sdk
max_upload_size
id1780801
size957,693
Ross Lee (rossjameslee)

documentation

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

README

Rust API client for hermes-ebay

The Inventory API is used to create and manage inventory, and then to publish and manage this inventory on an eBay marketplace. There are also methods in this API that will convert eligible, active eBay listings into the Inventory API model.

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: 1.18.4
  • 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/inventory/v1

Class Method HTTP request Description

InventoryItemApi | bulk_create_or_replace_inventory_item | POST /bulk_create_or_replace_inventory_item | InventoryItemApi | bulk_get_inventory_item | POST /bulk_get_inventory_item | InventoryItemApi | bulk_update_price_quantity | POST /bulk_update_price_quantity | InventoryItemApi | create_or_replace_inventory_item | PUT /inventory_item/{sku} | InventoryItemApi | delete_inventory_item | DELETE /inventory_item/{sku} | InventoryItemApi | get_inventory_item | GET /inventory_item/{sku} | InventoryItemApi | get_inventory_items | GET /inventory_item | InventoryItemGroupApi | create_or_replace_inventory_item_group | PUT /inventory_item_group/{inventoryItemGroupKey} | InventoryItemGroupApi | delete_inventory_item_group | DELETE /inventory_item_group/{inventoryItemGroupKey} | InventoryItemGroupApi | get_inventory_item_group | GET /inventory_item_group/{inventoryItemGroupKey} | ListingApi | bulk_migrate_listing | POST /bulk_migrate_listing | ListingApi | create_or_replace_sku_location_mapping | PUT /listing/{listingId}/sku/{sku}/locations | ListingApi | delete_sku_location_mapping | DELETE /listing/{listingId}/sku/{sku}/locations | ListingApi | get_sku_location_mapping | GET /listing/{listingId}/sku/{sku}/locations | LocationApi | create_inventory_location | POST /location/{merchantLocationKey} | LocationApi | delete_inventory_location | DELETE /location/{merchantLocationKey} | LocationApi | disable_inventory_location | POST /location/{merchantLocationKey}/disable | LocationApi | enable_inventory_location | POST /location/{merchantLocationKey}/enable | LocationApi | get_inventory_location | GET /location/{merchantLocationKey} | LocationApi | get_inventory_locations | GET /location | LocationApi | update_inventory_location | POST /location/{merchantLocationKey}/update_location_details | OfferApi | bulk_create_offer | POST /bulk_create_offer | OfferApi | bulk_publish_offer | POST /bulk_publish_offer | OfferApi | create_offer | POST /offer | OfferApi | delete_offer | DELETE /offer/{offerId} | OfferApi | get_listing_fees | POST /offer/get_listing_fees | OfferApi | get_offer | GET /offer/{offerId} | OfferApi | get_offers | GET /offer | OfferApi | publish_offer | POST /offer/{offerId}/publish | OfferApi | publish_offer_by_inventory_item_group | POST /offer/publish_by_inventory_item_group | OfferApi | update_offer | PUT /offer/{offerId} | OfferApi | withdraw_offer | POST /offer/{offerId}/withdraw | OfferApi | withdraw_offer_by_inventory_item_group | POST /offer/withdraw_by_inventory_item_group | ProductCompatibilityApi | create_or_replace_product_compatibility | PUT /inventory_item/{sku}/product_compatibility | ProductCompatibilityApi | delete_product_compatibility | DELETE /inventory_item/{sku}/product_compatibility | ProductCompatibilityApi | get_product_compatibility | GET /inventory_item/{sku}/product_compatibility |

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