| Crates.io | hermes-ebay-sell-inventory |
| lib.rs | hermes-ebay-sell-inventory |
| version | 0.1.0 |
| created_at | 2025-08-04 14:43:32.463681+00 |
| updated_at | 2025-08-04 14:43:32.463681+00 |
| description | Generated Rust client for eBay Sell Inventory API - item and offer management |
| homepage | https://github.com/hermes-marketplace/hermes-sdk |
| repository | https://github.com/hermes-marketplace/hermes-sdk |
| max_upload_size | |
| id | 1780801 |
| size | 957,693 |
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
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/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 |
To get access to the crate's generated documentation, use:
cargo doc --open