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

ProductReviewItemLevelIssue

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

The ItemLevelIssue of the product review status.

interface ProductReviewItemLevelIssue {
readonly attribute?: string;
readonly code?: string;
readonly description?: string;
readonly detail?: string;
readonly documentation?: string;
readonly reportingContext?:
| "REPORTING_CONTEXT_ENUM_UNSPECIFIED"
| "SHOPPING_ADS"
| "DISCOVERY_ADS"
| "DEMAND_GEN_ADS"
| "DEMAND_GEN_ADS_DISCOVER_SURFACE"
| "VIDEO_ADS"
| "DISPLAY_ADS"
| "LOCAL_INVENTORY_ADS"
| "VEHICLE_INVENTORY_ADS"
| "FREE_LISTINGS"
| "FREE_LOCAL_LISTINGS"
| "FREE_LOCAL_VEHICLE_LISTINGS"
| "YOUTUBE_SHOPPING"
| "CLOUD_RETAIL"
| "LOCAL_CLOUD_RETAIL"
| "PRODUCT_REVIEWS"
| "MERCHANT_REVIEWS";
readonly resolution?: string;
readonly severity?: "SEVERITY_UNSPECIFIED" | "NOT_IMPACTED" | "DISAPPROVED";
}

§Properties

§
readonly attribute?: string
[src]

Output only. The attribute's name, if the issue is caused by a single attribute.

§
readonly code?: string
[src]

Output only. The error code of the issue.

§
readonly description?: string
[src]

Output only. A short issue description in English.

§
readonly detail?: string
[src]

Output only. A detailed issue description in English.

§
readonly documentation?: string
[src]

Output only. The URL of a web page to help with resolving this issue.

§
readonly reportingContext?: "REPORTING_CONTEXT_ENUM_UNSPECIFIED" | "SHOPPING_ADS" | "DISCOVERY_ADS" | "DEMAND_GEN_ADS" | "DEMAND_GEN_ADS_DISCOVER_SURFACE" | "VIDEO_ADS" | "DISPLAY_ADS" | "LOCAL_INVENTORY_ADS" | "VEHICLE_INVENTORY_ADS" | "FREE_LISTINGS" | "FREE_LOCAL_LISTINGS" | "FREE_LOCAL_VEHICLE_LISTINGS" | "YOUTUBE_SHOPPING" | "CLOUD_RETAIL" | "LOCAL_CLOUD_RETAIL" | "PRODUCT_REVIEWS" | "MERCHANT_REVIEWS"
[src]

Output only. The reporting context the issue applies to.

§
readonly resolution?: string
[src]

Output only. Whether the issue can be resolved by the merchant.

§
readonly severity?: "SEVERITY_UNSPECIFIED" | "NOT_IMPACTED" | "DISAPPROVED"
[src]

Output only. How this issue affects serving of the product review.