categories

@JvmName(name = "dupqgmlvqogroala")
suspend fun categories(value: Output<List<String>>)
@JvmName(name = "gyuumtlyejlevivv")
suspend fun categories(value: List<String>?)

Parameters

value

Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality. To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). For example, if a shoes product belongs to both "Shoes & Accessories" -> "Shoes" and "Sports & Fitness" -> "Athletic Clothing" -> "Shoes", it could be represented as: "categories": "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic Clothing > Shoes" Must be set for Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties: Google Merchant Center property google_product_category. Schema.org property Product.category (https://schema.org/category). mc_google_product_category: https://support.google.com/merchants/answer/6324436


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


@JvmName(name = "kunqrrdlxavvnlxn")
suspend fun categories(values: List<Output<String>>)
@JvmName(name = "wrehfdgfvcpxalsa")
suspend fun categories(vararg values: String)

Parameters

values

Product categories. This field is repeated for supporting one product belonging to several parallel categories. Strongly recommended using the full path for better search / recommendation quality. To represent full path of category, use '>' sign to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). For example, if a shoes product belongs to both "Shoes & Accessories" -> "Shoes" and "Sports & Fitness" -> "Athletic Clothing" -> "Shoes", it could be represented as: "categories": "Shoes & Accessories > Shoes", "Sports & Fitness > Athletic Clothing > Shoes" Must be set for Type.PRIMARY Product otherwise an INVALID_ARGUMENT error is returned. At most 250 values are allowed per Product. Empty values are not allowed. Each value must be a UTF-8 encoded string with a length limit of 5,000 characters. Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties: Google Merchant Center property google_product_category. Schema.org property Product.category (https://schema.org/category). mc_google_product_category: https://support.google.com/merchants/answer/6324436