customAttributes property
A list of custom (merchant-provided) attributes.
It can also be used for submitting any attribute of the data specification
in its generic form (for example, { "name": "size type", "value": "regular" }
). This is useful for submitting attributes not explicitly
exposed by the API.
Optional.
Implementation
core.List<CustomAttribute>? customAttributes;