CartData
import type { CartData } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";
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
interface CartData {
items?: CartDataItem[];
merchantFeedLabel?: string;
merchantFeedLanguage?: string;
merchantId?: bigint;
}§Properties
§
items?: CartDataItem[]
[src]Data of the items purchased.
§
merchantFeedLabel?: string
[src]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.