public enum Product.Types.Type
Reference documentation and code samples for the Retail v2 API enum Product.Types.Type.
The type of this product.
Namespace
GoogleCloudGoogle.Cloud.RetailV2Assembly
Google.Cloud.Retail.V2.dll
Fields | |
---|---|
Name | Description |
Collection | The collection type. Collection products are bundled [Type.PRIMARY][google.cloud.retail.v2.Product.Type.PRIMARY] [Product][google.cloud.retail.v2.Product]s or [Type.VARIANT][google.cloud.retail.v2.Product.Type.VARIANT] [Product][google.cloud.retail.v2.Product]s that are sold together, such as a jewelry set with necklaces, earrings and rings, etc. |
Primary | The primary type. As the primary unit for predicting, indexing and search serving, a [Type.PRIMARY][google.cloud.retail.v2.Product.Type.PRIMARY] [Product][google.cloud.retail.v2.Product] is grouped with multiple [Type.VARIANT][google.cloud.retail.v2.Product.Type.VARIANT] [Product][google.cloud.retail.v2.Product]s. |
Unspecified | Default value. Default to [Catalog.product_level_config.ingestion_product_type][google.cloud.retail.v2.ProductLevelConfig.ingestion_product_type] if unset. |
Variant | The variant type. [Type.VARIANT][google.cloud.retail.v2.Product.Type.VARIANT] [Product][google.cloud.retail.v2.Product]s usually share some common attributes on the same [Type.PRIMARY][google.cloud.retail.v2.Product.Type.PRIMARY] [Product][google.cloud.retail.v2.Product]s, but they have variant attributes like different colors, sizes and prices, etc. |