Show / Hide Table of Contents

Class CartData

Beta: This feature is currently in beta. Contains additional information about cart data. This field may only be used when calling batchinsert; it is not supported by batchupdate. Cart data reporting is only supported in SA360. Learn more

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.v5.Data
Assembly: Google.Apis.Dfareporting.v5.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