customAttributes property

List<CustomAttribute>? customAttributes
getter/setter pair

A list of custom (merchant-provided) attributes.

It can also be used for submitting any attribute of the feed specification in its generic form (for example, { "name": "size type", "value": "regular" }). This is useful for submitting attributes not explicitly exposed by the API, such as additional attributes used for Buy on Google (formerly known as Shopping Actions).

Implementation

core.List<CustomAttribute>? customAttributes;