Show / Hide Table of Contents

Class Attributes

Attributes for CSS Product.

Inheritance
object
Attributes
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.Css.v1.Data
Assembly: Google.Apis.Css.v1.dll
Syntax
public class Attributes : IDirectResponseSchema

Properties

AdditionalImageLinks

Additional URL of images of the item.

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

Adult

Set to true if the item is targeted towards adults.

Declaration
[JsonProperty("adult")]
public virtual bool? Adult { get; set; }
Property Value
Type Description
bool?

AgeGroup

Target age group of the item.

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

Brand

Product Related Attributes.[14-36] Brand of the item.

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

Certifications

A list of certificates claimed by the CSS for the given product.

Declaration
[JsonProperty("certifications")]
public virtual IList<Certification> Certifications { get; set; }
Property Value
Type Description
IList<Certification>

Color

Color of the item.

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

CppAdsRedirect

Allows advertisers to override the item URL when the product is shown within the context of Product Ads.

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

CppLink

URL directly linking to your the Product Detail Page of the CSS.

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

CppMobileLink

URL for the mobile-optimized version of the Product Detail Page of the CSS.

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

CustomLabel0

Custom label 0 for custom grouping of items in a Shopping campaign.

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

CustomLabel1

Custom label 1 for custom grouping of items in a Shopping campaign.

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

CustomLabel2

Custom label 2 for custom grouping of items in a Shopping campaign.

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

CustomLabel3

Custom label 3 for custom grouping of items in a Shopping campaign.

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

CustomLabel4

Custom label 4 for custom grouping of items in a Shopping campaign.

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

Description

Description of the item.

Declaration
[JsonProperty("description")]
public virtual string Description { 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

ExcludedDestinations

The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).

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

ExpirationDate

object representation of ExpirationDateRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ExpirationDateDateTimeOffset instead.")]
public virtual object ExpirationDate { get; set; }
Property Value
Type Description
object

ExpirationDateDateTimeOffset

DateTimeOffset representation of ExpirationDateRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ExpirationDateDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ExpirationDateRaw

Date on which the item should expire, as specified upon insertion, in ISO 8601 format. The actual expiration date is exposed in productstatuses as googleExpirationDate and might be earlier if expirationDate is too far in the future. Note: It may take 2+ days from the expiration date for the item to actually get deleted.

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

Gender

Target gender of the item.

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

GoogleProductCategory

Google's category of the item (see Google product taxonomy). When querying products, this field will contain the user provided value. There is currently no way to get back the auto assigned google product categories through the API.

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

Gtin

Global Trade Item Number (GTIN) of the item.

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

HeadlineOfferCondition

Condition of the headline offer.

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

HeadlineOfferInstallment

Number and amount of installments to pay for an item.

Declaration
[JsonProperty("headlineOfferInstallment")]
public virtual HeadlineOfferInstallment HeadlineOfferInstallment { get; set; }
Property Value
Type Description
HeadlineOfferInstallment

HeadlineOfferLink

Link to the headline offer.

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

HeadlineOfferMobileLink

Mobile Link to the headline offer.

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

HeadlineOfferPrice

Headline Price of the CSS Product.

Declaration
[JsonProperty("headlineOfferPrice")]
public virtual Price HeadlineOfferPrice { get; set; }
Property Value
Type Description
Price

HeadlineOfferShippingPrice

Headline Price of the CSS Product.

Declaration
[JsonProperty("headlineOfferShippingPrice")]
public virtual Price HeadlineOfferShippingPrice { get; set; }
Property Value
Type Description
Price

HeadlineOfferSubscriptionCost

Number of periods (months or years) and amount of payment per period for an item with an associated subscription contract.

Declaration
[JsonProperty("headlineOfferSubscriptionCost")]
public virtual HeadlineOfferSubscriptionCost HeadlineOfferSubscriptionCost { get; set; }
Property Value
Type Description
HeadlineOfferSubscriptionCost

HighPrice

High Price of the CSS Product.

Declaration
[JsonProperty("highPrice")]
public virtual Price HighPrice { get; set; }
Property Value
Type Description
Price

ImageLink

URL of an image of the item.

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

IncludedDestinations

The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in excludedDestinations.

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

IsBundle

Whether the item is a merchant-defined bundle. A bundle is a custom grouping of different products sold by a merchant for a single price.

Declaration
[JsonProperty("isBundle")]
public virtual bool? IsBundle { get; set; }
Property Value
Type Description
bool?

ItemGroupId

Shared identifier for all variants of the same product.

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

LowPrice

Low Price of the CSS Product.

Declaration
[JsonProperty("lowPrice")]
public virtual Price LowPrice { get; set; }
Property Value
Type Description
Price

Material

The material of which the item is made.

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

Mpn

Manufacturer Part Number (MPN) of the item.

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

Multipack

The number of identical products in a merchant-defined multipack.

Declaration
[JsonProperty("multipack")]
public virtual long? Multipack { get; set; }
Property Value
Type Description
long?

NumberOfOffers

The number of CSS Products.

Declaration
[JsonProperty("numberOfOffers")]
public virtual long? NumberOfOffers { get; set; }
Property Value
Type Description
long?

Pattern

The item's pattern (e.g. polka dots).

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

Pause

Publication of this item will be temporarily paused.

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

ProductDetails

Technical specification or additional product details.

Declaration
[JsonProperty("productDetails")]
public virtual IList<ProductDetail> ProductDetails { get; set; }
Property Value
Type Description
IList<ProductDetail>

ProductHeight

The height of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive).

Declaration
[JsonProperty("productHeight")]
public virtual ProductDimension ProductHeight { get; set; }
Property Value
Type Description
ProductDimension

ProductHighlights

Bullet points describing the most relevant highlights of a product.

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

ProductLength

The length of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive).

Declaration
[JsonProperty("productLength")]
public virtual ProductDimension ProductLength { get; set; }
Property Value
Type Description
ProductDimension

ProductTypes

Categories of the item (formatted as in products data specification).

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

ProductWeight

The weight of the product in the units provided. The value must be between 0 (exclusive) and 2000 (inclusive).

Declaration
[JsonProperty("productWeight")]
public virtual ProductWeight ProductWeight { get; set; }
Property Value
Type Description
ProductWeight

ProductWidth

The width of the product in the units provided. The value must be between 0 (exclusive) and 3000 (inclusive).

Declaration
[JsonProperty("productWidth")]
public virtual ProductDimension ProductWidth { get; set; }
Property Value
Type Description
ProductDimension

Size

Size of the item. Only one value is allowed. For variants with different sizes, insert a separate product for each size with the same itemGroupId value (see [https://support.google.com/merchants/answer/6324492](size definition)).

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

SizeSystem

System in which the size is specified. Recommended for apparel items.

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

SizeTypes

The cut of the item. It can be used to represent combined size types for apparel items. Maximum two of size types can be provided (see [https://support.google.com/merchants/answer/6324497](size type)).

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

Title

Title of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX