eBay · Schema

ItemGroupSummary

The type that defines the fields for the details of each item in an item group. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc. When an item group is created, one of the item variations, such as the red shirt size L, is chosen as the "parent". All the other items in the group are the children, such as the blue shirt size L, red shirt size M, etc.

Note: This container is returned only if the item_id in the request is an item group (parent ID of an item with variations).

AuctionsCommerceProductMarketplaceFortune 500

Properties

Name Type Description
itemGroupAdditionalImages array An array of containers with the URLs for images that are in addition to the primary image of the item group. The primary image is returned in the itemGroupImage field.
itemGroupHref string The HATEOAS reference of the parent page of the item group. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc.
itemGroupId string The unique identifier for the item group. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc.
itemGroupImage object The URL of the primary image of the item group. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc.
itemGroupTitle string The title of the item that appears on the item group page. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc.
itemGroupType string An enumeration value that indicates the type of the item group. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc. For implementation help, refer
View JSON Schema on GitHub

JSON Schema

ebay-itemgroupsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ItemGroupSummary",
  "title": "ItemGroupSummary",
  "type": "object",
  "properties": {
    "itemGroupAdditionalImages": {
      "type": "array",
      "description": "An array of containers with the URLs for images that are in addition to the primary image of the item group.  The primary image is returned in the <b> itemGroupImage</b> field.",
      "items": {
        "$ref": "#/components/schemas/Image"
      }
    },
    "itemGroupHref": {
      "type": "string",
      "description": "The HATEOAS reference of the parent page of the item group. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc. "
    },
    "itemGroupId": {
      "type": "string",
      "description": "The unique identifier for the item group. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc. "
    },
    "itemGroupImage": {
      "description": "The URL of the primary image of the item group. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc. ",
      "$ref": "#/components/schemas/Image"
    },
    "itemGroupTitle": {
      "type": "string",
      "description": "The title of the item that appears on the item group page. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc. "
    },
    "itemGroupType": {
      "type": "string",
      "description": "An enumeration value that indicates the type of the item group. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/browse/types/gct:ItemGroupTypeEnum'>eBay API documentation</a>"
    }
  },
  "description": "The type that defines the fields for the details of each item in an item group. An item group is  an item that has various aspect differences, such as color, size, storage capacity, etc. When an item group is created, one of the item variations, such as the red shirt size L, is chosen as the \"parent\". All the other items in the group are the children, such as the blue shirt size L, red shirt size M, etc. <br><br><span class=\"tablenote\"><b> Note: </b> This container is returned only if the <b> item_id</b> in the request is an item group (parent ID of an item with variations).</span>"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ebay-itemgroupsummary"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.