CloudExportAdditionalProperties

CloudExportAdditionalProperties

Product property for the Cloud Retail API. For example, properties for a TV product could be "Screen-Resolution" or "Screen-Size".

Fields
text_value[]

string

Text value of the given property. For example, "8K(UHD)" could be a text value for a TV product. Maximum repeatedness of this value is 400. Values are stored in an arbitrary but consistent order. Maximum string size is 256 characters.

int_value[]

int64

Integer values of the given property. For example, 1080 for a TV product's Screen Resolution. Maximum repeatedness of this value is 400. Values are stored in an arbitrary but consistent order.

float_value[]

float

Float values of the given property. For example for a TV product 1.2345. Maximum repeatedness of this value is 400. Values are stored in an arbitrary but consistent order.

property_name

string

Name of the given property. For example, "Screen-Resolution" for a TV product. Maximum string size is 256 characters.

bool_value

bool

Boolean value of the given property. For example for a TV product, "True" or "False" if the screen is UHD.

min_value

float

Minimum float value of the given property. For example for a TV product 1.00.

max_value

float

Maximum float value of the given property. For example for a TV product 100.00.

unit_code

string

Unit of the given property. For example, "Pixels" for a TV product. Maximum string size is 256B.