CustomAttribute

A message that represents custom attributes. Exactly one of value or groupValues must be provided. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set per merchant, with total size of 102.4kB.

JSON representation
{
  "name": string,
  "value": string,
  "groupValues": [
    {
      object (CustomAttribute)
    }
  ]
}
Fields
name

string

The name of the attribute. Underscores will be replaced by spaces upon insertion.

value

string

The value of the attribute.

groupValues[]

object (CustomAttribute)

Subattributes within this attribute group. Exactly one of value or groupValues must be provided.