View Source GoogleApi.DFAReporting.V4.Model.CartData (google_api_dfa_reporting v0.29.0)

Contains additional information about cart data.

Attributes

  • items (type: list(GoogleApi.DFAReporting.V4.Model.CartDataItem.t), default: nil) - Data of the items purchased.
  • merchantFeedLabel (type: String.t, default: nil) - 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.
  • merchantFeedLanguage (type: String.t, default: nil) - 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.
  • merchantId (type: String.t, default: nil) - The Merchant Center ID where the items are uploaded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DFAReporting.V4.Model.CartData{
  items: [GoogleApi.DFAReporting.V4.Model.CartDataItem.t()] | nil,
  merchantFeedLabel: String.t() | nil,
  merchantFeedLanguage: String.t() | nil,
  merchantId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.