sizes

@JvmName(name = "mbenkswybautifvj")
suspend fun sizes(value: Output<List<String>>)
@JvmName(name = "wtykygomcrpgnipd")
suspend fun sizes(value: List<String>?)

Parameters

value

The size of the product. To represent different size systems or size types, consider using this format: [[size_system:size_type:]size_value]. For example, in "US:MENS:M", "US" represents size system; "MENS" represents size type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS" represents size type; "27" represents size value. In "32 inches", both size system and size type are empty, while size value is "32 inches". A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.


@JvmName(name = "crvxiymkuasslerx")
suspend fun sizes(vararg values: Output<String>)


@JvmName(name = "dwnunviyqqcdessq")
suspend fun sizes(values: List<Output<String>>)
@JvmName(name = "xgkobyqqkjrxmqmg")
suspend fun sizes(vararg values: String)

Parameters

values

The size of the product. To represent different size systems or size types, consider using this format: [[size_system:size_type:]size_value]. For example, in "US:MENS:M", "US" represents size system; "MENS" represents size type; "M" represents size value. In "GIRLS:27", size system is empty; "GIRLS" represents size type; "27" represents size value. In "32 inches", both size system and size type are empty, while size value is "32 inches". A maximum of 20 values are allowed per Product. Each value must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties: Google Merchant Center property size, size_type, and size_system. Schema.org property Product.size.