The type that defines the columns returned in the Item Group feed file.
Type that uses ItemGroup
Call that uses ItemGroup
GET
Fields
itemGroupId
The unique identifier for the item group. This ID is returned in the primaryItemGroupId column of the Item Feed file.
itemGroupType
The item group type. For example:
Code so that your app gracefully handles any future changes to this list.
SELLER_DEFINED_VARIATIONS
, indicates that the item group was created by the seller. Code so that your app gracefully handles any future changes to this list.
title
The seller created title of the item group. This text is an escaped string when special characters are present, using the following rules:
- Double quotes (") and backslashes (\) in the Title are escaped with a backslash (\) character
- If there are any tabs (\t), double quotes ("), or backslashes (\) in the Title, the entire Title will be wrapped in double quotes.
For example
Before:
Misty Rainforest Modern Masters 2017 MTG Magic Fetch Land Free Ship W\Tracking
Marvel Legends HULK 8" Figure Avengers Age of Ultron Studios 6" Series
After:
"Misty Rainforest Modern Masters 2017 MTG Magic Fetch Land Free Ship W\\ Tracking"
"Marvel Legends HULK 8\" Figure Avengers Age of Ultron Studios 6\" Series"
variesByLocalizedAspects
A pipe separated (
|
) list of the aspect (variation) names for this item group. The aspect name is BASE64 encoded. Note: This column can contain multiple values. Encoded Format:
aspectName|aspectName
Encoded Example (The delimiters are emphasized):
Q29sb3I=|U2l6ZQ==
Decoded:
Color|Size
imageUrl
The URL to the primary image of the item. The other images of the item group are returned in the additionalImageUrls column.
additionalImageUrls
A pipe separated (
|
) 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 imageUrl column. Note: This column can contain multiple values.imageAlteringProhibited
A boolean that indicates whether the images can be altered. If the value is
true
, you cannot modify the image. Note: 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.