eBay Inventory_item_group API is one of 64 APIs that eBay publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.
Tagged areas include Inventory_item_group. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, release notes, and an AsyncAPI specification.
This API exposes
3 operations
across 1 path,
and defines 6 schemas.
It is described by OpenAPI 3.0.0, at version v1.9.2.
Requests are made against a single base URL, https://api.ebay.com{basePath}.
3 operations1 paths6 schemas1 DELETE1 GET1 PUT
Metadata
The identity and technical contract details declared by the specification.
eBay Inventory_item_group API declares
1 security scheme
for authenticating requests.
It supports OAuth 2.0 (api_auth) using the authorizationCode flow, exposing 2 scopes.
api_auth — The security definitions for this API. Please check individual operations for applicable scopes.
Paths & Operations 3
Across 1 path, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Inventory_item_group 3
GET
/inventory_item_group/{inventoryItemGroupKey}
This call retrieves the inventory item group for a given inventoryItemGroupKey value. The inventoryItemGroupKey value is passed in at the end of the call URI.
getInventoryItemGroup1 param→ 200400404500
PUT
/inventory_item_group/{inventoryItemGroupKey}
Note: Each listing can be revised up to 250 times in one calendar day. If this revision threshold is reached, the seller will be blocked from revising the item until the next calendar day. This call…
This call deletes the inventory item group for a given inventoryItemGroupKey value.
deleteInventoryItemGroup1 param→ 204400404500
Schemas 6
The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Error (9 properties), InventoryItemGroup (9 properties), VariesBy (2 properties), ErrorParameter (2 properties). Each schema is shown below with its type and property counts.
Specification
object
This type is used to specify product aspects for which variations within an inventory item group vary, and the order in which they appear in the listing. For e…
2 properties
ErrorParameter
object
This type is used to indicate the parameter field/value that caused an issue with the call request.
2 properties
VariesBy
object
This type is used to specify the product aspect(s) where individual items of the group vary, as well as a list of the available variations of those aspects.
2 properties
InventoryItemGroup
object
This type is used by the base request payload of the createOrReplaceInventoryItemGroup call and the base response payload of the getInventoryItemGroup call.
9 properties
Error
object
This type is used to express detailed information on errors and warnings that may occur with a call request.
9 properties
BaseResponse
object
This is the base response of the createOrReplaceInventoryItem , createOrReplaceInventoryItemGroup , and createOrReplaceProductCompatibility calls. A response p…
1 property
Specification
The full machine-readable OpenAPI contract behind this narrative.