Package google.shopping.type

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.