Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.14 KB

ItemGroup.md

File metadata and controls

11 lines (8 loc) · 1.14 KB

# ItemGroup

Properties

Name Type Description Notes
common_descriptions \Ebay\Model\Buy\Browse\CommonDescriptions[] An array of containers for a description and the item IDs of all the items that have this exact description. Often the item variations within an item group all have the same description. Instead of repeating this description in the item details of each item, a description that is shared by at least one other item is returned in this container. If the description is unique, it is returned in the <b> items.description</b> field. [optional]
items \Ebay\Model\Buy\Browse\Item[] An array of containers for all the item variation details, excluding the description. [optional]
warnings \Ebay\Model\Buy\Browse\Error[] An array of warning messages. These types of errors do not prevent the method from executing but should be checked. [optional]

[Back to Model list] [Back to API list] [Back to README]