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[]
|
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[]
|
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 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
|
Name of the given property. For example, "Screen-Resolution" for a TV product. Maximum string size is 256 characters. |
bool_value
|
Boolean value of the given property. For example for a TV product, "True" or "False" if the screen is UHD. |
min_value
|
Minimum float value of the given property. For example for a TV product 1.00. |
max_value
|
Maximum float value of the given property. For example for a TV product 100.00. |
unit_code
|
Unit of the given property. For example, "Pixels" for a TV product. Maximum string size is 256B. |