Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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

§

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.

§
merchantFeedLanguage?: string
[src]

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.

§
merchantId?: bigint
[src]

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