Class Product
Product data.
Implements
Inherited Members
Namespace: Google.Apis.ManufacturerCenter.v1.Data
Assembly: Google.Apis.ManufacturerCenter.v1.dll
Syntax
public class Product : IDirectResponseSchema
Properties
Attributes
Attributes of the product uploaded to the Manufacturer Center. Manually edited attributes are taken into account.
Declaration
[JsonProperty("attributes")]
public virtual Attributes Attributes { get; set; }
Property Value
Type | Description |
---|---|
Attributes |
ContentLanguage
The content language of the product as a two-letter ISO 639-1 language code (for example, en).
Declaration
[JsonProperty("contentLanguage")]
public virtual string ContentLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationStatuses
The status of the destinations.
Declaration
[JsonProperty("destinationStatuses")]
public virtual IList<DestinationStatus> DestinationStatuses { get; set; }
Property Value
Type | Description |
---|---|
IList<DestinationStatus> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FeedLabel
Optional. The feed label for the product.
Declaration
[JsonProperty("feedLabel")]
public virtual string FeedLabel { get; set; }
Property Value
Type | Description |
---|---|
string |
Issues
A server-generated list of issues associated with the product.
Declaration
[JsonProperty("issues")]
public virtual IList<Issue> Issues { get; set; }
Property Value
Type | Description |
---|---|
IList<Issue> |
Name
Name in the format {target_country}:{content_language}:{product_id}
. target_country
- The target country
of the product as a CLDR territory code (for example, US). content_language
- The content language of the
product as a two-letter ISO 639-1 language code (for example, en). product_id
- The ID of the product. For
more information, see https://support.google.com/manufacturers/answer/6124116#id.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Parent ID in the format accounts/{account_id}
. account_id
- The ID of the Manufacturer Center account.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
The ID of the product. For more information, see https://support.google.com/manufacturers/answer/6124116#id.
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetCountry
The target country of the product as a CLDR territory code (for example, US).
Declaration
[JsonProperty("targetCountry")]
public virtual string TargetCountry { get; set; }
Property Value
Type | Description |
---|---|
string |