The type that defines the columns returned in the getProductFeed feed file.
Type that uses Product
Calls that use Product
Fields
- 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"
|
) list of URLs for the additional images of the item. These images are in addition to the primary image, which is returned in the imageUrl column. Note: This column can contain multiple values.Example without Label
Encoded: encodedName:encodedValue;encodedName:encodedValue;encodedName:encodedValue
Decoded: Size:XL;Color:Red;Sleeves:Long
Example with Label
Encoded: encodedLabel|encodedName:encodedValue;encodedName:encodedValue;encodedLabel|encodedName:encodedValue
Decoded: Product Identifiers|GTIN:0190198066633;BRAND:Apple;Product Key Features|Model:iPhone 7
Note: The separators ( | : ;
) are not encoded. You must decode each label, name, and value separately. You cannot decode the entire string.
For more information, see Encoded Aspects in the Buying Integration Guide.