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

MerchantReview

import type { MerchantReview } from "https://googleapis.deno.dev/v1/merchantapi:reviews_v1beta.ts";

A review for a merchant. For more information, see Introduction to Merchant Review Feeds

interface MerchantReview {
customAttributes?: CustomAttribute[];
readonly dataSource?: string;
merchantReviewId?: string;
readonly merchantReviewStatus?: MerchantReviewStatus;
name?: string;
}

§Properties

§

Optional. A list of merchant review attributes.

§
customAttributes?: CustomAttribute[]
[src]

Required. A list of custom (merchant-provided) attributes. It can also be used for submitting any attribute of the data specification in its generic form (for example, { "name": "size type", "value": "regular" }). This is useful for submitting attributes not explicitly exposed by the API, such as experimental attributes. Maximum allowed number of characters for each custom attribute is 10240 (represents sum of characters for name and value). Maximum 2500 custom attributes can be set per product, with total size of 102.4kB. Underscores in custom attribute names are replaced by spaces upon insertion.

§
readonly dataSource?: string
[src]

Output only. The primary data source of the merchant review.

§
merchantReviewId?: string
[src]

Required. The user provided merchant review ID to uniquely identify the merchant review.

§
readonly merchantReviewStatus?: MerchantReviewStatus
[src]

Output only. The status of a merchant review, data validation issues, that is, information about a merchant review computed asynchronously.

§
name?: string
[src]

Identifier. The name of the merchant review. Format: "{merchantreview.name=accounts/{account}/merchantReviews/{merchantReview}}"