Show / Hide Table of Contents

Class PriceCompetitiveness

Price competitiveness fields requested by the merchant in the query. Field values are only set if the merchant queries PriceCompetitivenessProductView. https://support.google.com/merchants/answer/9626903

Inheritance
object
PriceCompetitiveness
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 PriceCompetitiveness : IDirectResponseSchema

Properties

BenchmarkPriceCurrencyCode

The price benchmark currency (ISO 4217 code).

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

BenchmarkPriceMicros

The latest available price benchmark in micros (1 millionth of a standard unit, 1 USD = 1000000 micros) for the product's catalog in the benchmark country.

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

CountryCode

The country of the price benchmark (ISO 3166 code).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX