customAttributes property

List<CustomAttribute>? customAttributes
getter/setter pair

A list of custom (merchant-provided) attributes.

Can also be used to submit any attribute of the feed specification in its generic form, for example, { "name": "size type", "value": "regular" }.

Implementation

core.List<CustomAttribute>? customAttributes;