Package google.shopping.type

  • CustomAttribute represents custom attributes, requiring either a single value or a group of subattributes, with name specifying the attribute's name and value providing its string value unless group_values contains subattributes.

  • Price represents a price with an amount in micros (one millionth of the standard currency unit) and a three-letter currency code according to ISO 4217.

Index

CustomAttribute

A message that represents custom attributes. Exactly one of value or group_values must not be empty.

Fields
group_values[]

CustomAttribute

Subattributes within this attribute group. If group_values is not empty, value must be empty.

name

string

The name of the attribute.

value

string

The value of the attribute. If value is not empty, group_values must be empty.

Price

The price represented as a number and currency.

Fields
amount_micros

int64

The price represented as a number in micros (1 million micros is an equivalent to one's currency standard unit, for example, 1 USD = 1000000 micros).

currency_code

string

The currency of the price using three-letter acronyms according to ISO 4217.