Show / Hide Table of Contents

Class ProductCertification

Product certification data.

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

Properties

Brand

Required. This is the product's brand name. The brand is used to help identify your product.

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

Certification

Required. A list of certifications to link to the described product.

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

CountryCode

Optional. A 2-letter country code (ISO 3166-1 Alpha 2).

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

DestinationStatuses

Output only. The statuses 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

Issues

Output only. 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>

Mpn

Optional. These are the Manufacturer Part Numbers (MPN). MPNs are used to uniquely identify a specific product among all products from the same manufacturer

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

Name

Required. The unique name identifier of a product certification Format: accounts/{account}/languages/{language_code}/productCertifications/{id} Where id is a some unique identifier and language_code is a 2-letter ISO 639-1 code of a Shopping supported language according to https://support.google.com/merchants/answer/160637.

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

ProductCode

Optional. Another name for GTIN.

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

ProductType

Optional. These are your own product categorization system in your product data.

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

Title

Required. This is to clearly identify the product you are certifying.

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