Resource: ProductSuite
Represents a unified grouping of products sharing a common brand and market positioning.
| JSON representation |
|---|
{ "name": string, "title": string, "logicalProducts": [ string ], "replaced": boolean, "replacement": string } |
| Fields | |
|---|---|
name |
Identifier. The resource name of the ProductSuite. Format: productSuites/{productSuite} |
title |
Title of the ProductSuite. |
logicalProducts[] |
Output only. LogicalProducts under this suite. Format: logicalProducts/{logicalProduct} |
replaced |
Output only. Indicates whether the product suite has been replaced. If |
replacement |
Output only. The resource name of the Logical Entity that the product suite is replaced by. This field is only populated when this product suite is replaced by some other type. Eg: logicalProducts/{logicalProduct}, logicalProducts/{logicalProduct}/variants/{variant}, etc. |
Methods |
|
|---|---|
|
Get details of a ProductSuite. |
|
Lists ProductSuites. |
|
Look up entities. |