brandon14/ebay-sdk-php

View on GitHub
src/Buy/Browse/V1/docs/Model/ItemGroupSummary.md

Summary

Maintainability
Test Coverage
# # ItemGroupSummary

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**item_group_additional_images** | [**\TNT\Ebay\Buy\Browse\V1\Model\Image[]**](Image.md) | 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. | [optional]
**item_group_href** | **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. | [optional]
**item_group_id** | **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. | [optional]
**item_group_image** | [**\TNT\Ebay\Buy\Browse\V1\Model\Image**](Image.md) |  | [optional]
**item_group_title** | **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. | [optional]
**item_group_type** | **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 to <a href='https://developer.ebay.com/api-docs/buy/browse/types/gct:ItemGroupTypeEnum'>eBay API documentation</a> | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)