brandon14/ebay-sdk-php

View on GitHub
src/Buy/FeedBeta/V1/docs/Model/ItemGroup.md

Summary

Maintainability
Test Coverage
# # ItemGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**item_group_id** | **string** | The unique identifier for the item group. This ID is returned in the <b> primaryItemGroupId</b> column of the <a href=\"/api-docs/buy/feed/resources/item/methods/getItemFeed\">Item Feed</a> file. | [optional]
**item_group_type** | **string** | The item group type. For example:<code> SELLER_DEFINED_VARIATIONS</code>, indicates that the item group was created by the seller. <br /><br />Code so that your app gracefully handles any future changes to this list. | [optional]
**title** | **string** | The seller created title of the item group. This text is an escaped string when special characters are present, using the following rules:</p>   <ul>     <li>Double quotes (") and backslashes (\) in the Title are escaped with a backslash (\) character</li>      <li>If there are any tabs (\t), double quotes ("), or backslashes (\) in the Title, the entire Title will be wrapped in double quotes.</li>   </ul>   <p><b>For example</b></p>   <p>Before:</p>   <p><code>Misty Rainforest Modern Masters 2017 MTG Magic Fetch Land Free Ship W<b>\</b>Tracking</code>   </p>   <p><code>Marvel Legends HULK 8<b>"</b> Figure Avengers Age of Ultron Studios 6<b>"</b> Series</code>   </p>   <p>After:</p>   <p><code>"Misty Rainforest Modern Masters 2017 MTG Magic Fetch Land Free Ship W<b>\\</b> Tracking"</code>   </p>   <p><code>"Marvel Legends HULK 8<b>\"</b> Figure Avengers Age of Ultron Studios 6<b>\"</b> Series<b>"</b> </code>   </p> | [optional]
**varies_by_localized_aspects** | **string** | A pipe separated (<code>|</code>) list of the aspect (variation) names for this item group. The aspect name is BASE64 encoded. <b>Note: </b> This column can contain multiple values.  <p>  <b> Encoded Format:</b> <br />   <code><em>aspectName</em>|<em>aspectName</em></code> </p>   <p>  <b> Encoded Example</b> (The delimiters are <b style=\"font-family: 'Arial Black';\">emphasized</b>): <br />   <code>Q29sb3I=<b style=\"font-family: 'Arial Black';\">|</b>U2l6ZQ==</code> </p>      <p>  <b> Decoded: </b> <br />   Color|Size </p> | [optional]
**image_url** | **string** | The URL to the primary image of the item. The other images of the item group are returned in the <b> additionalImageUrls</b> column. | [optional]
**additional_image_urls** | **string** | A pipe separated (<code>|</code>) list of URLs for the additional images for the item group. These images are in addition to the primary image, which is returned in the <b>imageUrl</b> column. <b>Note: </b> This column can contain multiple values. | [optional]
**image_altering_prohibited** | **bool** | A boolean that indicates whether the images can be altered. If the value is <code>true</code>, you cannot modify the image. <p><span class=\"tablenote\"><b>Note: </b> Due to image licensing agreements and other legal concerns, modification (including resizing) of some images is strictly prohibited. These images are for display as-is only. </span></p> | [optional]

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