Show / Hide Table of Contents

Class CartData

Contains additional information about cart data. This field may only be used when calling batchinsert; it is not supported by batchupdate.

Inheritance
object
CartData
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.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class CartData : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Items

Data of the items purchased.

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

MerchantFeedLabel

The feed labels associated with the feed where your items are uploaded. For more information, please refer to ​​ https://support.google.com/merchants/answer/12453549. Providing the feed label reduces ambiguity in identifying the right offer details.

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

MerchantFeedLanguage

The language associated with the feed where your items are uploaded. Use ISO 639-1 language codes. Providing the feed language reduces ambiguity in identifying the right offer details.

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

MerchantId

The Merchant Center ID where the items are uploaded. Providing Merchant Center ID reduces ambiguity in identifying the right offer details.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX