AI-generated Key Takeaways
-
A Product Category is a resource with several fields including resource name, category ID, level, state, localizations, and product category constant parent.
-
The
resource_name
follows the formatproductCategoryConstants/{level}~{category_id}
. -
The
category_id
is an integer equivalent to the google_product_category ID. -
The
level
indicates the level of the product category and thestate
indicates its state. -
localizations
provide a list of available localizations for the product category, andproduct_category_constant_parent
is the resource name of its parent category.
A Product Category.
Fields | |
---|---|
|
Output only. The resource name of the product category. Product category resource names have the form:
|
|
Output only. The ID of the product category. This ID is equivalent to the google_product_category ID as described in this article: https://support.google.com/merchants/answer/6324436. |
|
Output only. Level of the product category. |
|
Output only. State of the product category. |
|
Output only. List of all available localizations of the product category. |
|
Output only. Resource name of the parent product category. |