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

ItemLevelIssue

import type { ItemLevelIssue } from "https://googleapis.deno.dev/v1/css:v1.ts";

The ItemLevelIssue of the product status.

interface ItemLevelIssue {
applicableCountries?: string[];
attribute?: string;
code?: string;
description?: string;
destination?: string;
detail?: string;
documentation?: string;
resolution?: string;
servability?: string;
}

§Properties

§
applicableCountries?: string[]
[src]

List of country codes (ISO 3166-1 alpha-2) where issue applies to the aggregate offer.

§
attribute?: string
[src]

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

§
code?: string
[src]

The error code of the issue.

§
description?: string
[src]

A short issue description in English.

§
destination?: string
[src]

The destination the issue applies to.

§
detail?: string
[src]

A detailed issue description in English.

§
documentation?: string
[src]

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

§
resolution?: string
[src]

Whether the issue can be resolved by the merchant.

§
servability?: string
[src]

How this issue affects serving of the aggregate offer.