Skip to content

Latest commit

 

History

History
66 lines (27 loc) · 1.26 KB

ItemGroup.md

File metadata and controls

66 lines (27 loc) · 1.26 KB

ItemGroup

The type that defines the fields for the item details.

Properties

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 items.description field.

public ?array $commonDescriptions

items

An array of containers for all the item variation details, excluding the description.

public ?array $items

warnings

An array of warning messages. These types of errors do not prevent the method from executing but should be checked.

public ?array $warnings


Automatically generated from source code comments on 2023-06-15 using phpDocumentor and saggre/phpdocumentor-markdown