REST Resource: productSuites

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

string

Identifier. The resource name of the ProductSuite. Format: productSuites/{productSuite}

title

string

Title of the ProductSuite.

logicalProducts[]

string

Output only. LogicalProducts under this suite. Format: logicalProducts/{logicalProduct}

replaced

boolean

Output only. Indicates whether the product suite has been replaced. If false, the product suite is active. If true, the product suite has been replaced by another type, and the replacement field contains the resource name of that replacement.

replacement

string

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

Get details of a ProductSuite.

list

Lists ProductSuites.

lookupEntity

Look up entities.