Class CartData
Contains additional information about cart data. This field may only be used when calling batchinsert; it is not supported by batchupdate.
Implements
Inherited Members
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. This is a required field.
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. This field is needed only when item IDs are not unique across multiple Merchant Center feeds.
Declaration
[JsonProperty("merchantFeedLanguage")]
public virtual string MerchantFeedLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |
MerchantId
The Merchant Center ID where the items are uploaded. This is a required field.
Declaration
[JsonProperty("merchantId")]
public virtual long? MerchantId { get; set; }
Property Value
Type | Description |
---|---|
long? |