Show / Hide Table of Contents

Class ProductCluster

Product cluster fields. A product cluster is a grouping for different offers that represent the same product. Values are only set for fields requested explicitly in the request's search query.

Inheritance
object
ProductCluster
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class ProductCluster : IDirectResponseSchema

Properties

Brand

Brand of the product cluster.

Declaration
[JsonProperty("brand")]
public virtual string Brand { get; set; }
Property Value
Type Description
string

BrandInventoryStatus

Tells if there is at least one product of the brand currently IN_STOCK in your product feed across multiple countries, all products are OUT_OF_STOCK in your product feed, or NOT_IN_INVENTORY. The field doesn't take the Best Sellers report country filter into account.

Declaration
[JsonProperty("brandInventoryStatus")]
public virtual string BrandInventoryStatus { get; set; }
Property Value
Type Description
string

CategoryL1

Product category (1st level) of the product cluster, represented in Google's product taxonomy.

Declaration
[JsonProperty("categoryL1")]
public virtual string CategoryL1 { get; set; }
Property Value
Type Description
string

CategoryL2

Product category (2nd level) of the product cluster, represented in Google's product taxonomy.

Declaration
[JsonProperty("categoryL2")]
public virtual string CategoryL2 { get; set; }
Property Value
Type Description
string

CategoryL3

Product category (3rd level) of the product cluster, represented in Google's product taxonomy.

Declaration
[JsonProperty("categoryL3")]
public virtual string CategoryL3 { get; set; }
Property Value
Type Description
string

CategoryL4

Product category (4th level) of the product cluster, represented in Google's product taxonomy.

Declaration
[JsonProperty("categoryL4")]
public virtual string CategoryL4 { get; set; }
Property Value
Type Description
string

CategoryL5

Product category (5th level) of the product cluster, represented in Google's product taxonomy.

Declaration
[JsonProperty("categoryL5")]
public virtual string CategoryL5 { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InventoryStatus

Tells whether the product cluster is IN_STOCK in your product feed across multiple countries, OUT_OF_STOCK in your product feed, or NOT_IN_INVENTORY at all. The field doesn't take the Best Sellers report country filter into account.

Declaration
[JsonProperty("inventoryStatus")]
public virtual string InventoryStatus { get; set; }
Property Value
Type Description
string

Title

Title of the product cluster.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

VariantGtins

GTINs of example variants of the product cluster.

Declaration
[JsonProperty("variantGtins")]
public virtual IList<string> VariantGtins { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX