Class RenderProductIssuesResponse
Response containing support content and actions for listed product issues.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RenderProductIssuesResponse : IDirectResponseSchema
Properties
AlternateDisputeResolution
The Alternate Dispute Resolution (ADR) contains a link to a page where merchant can bring their appeal to an external body. If present, the link should be shown on the same page as the list of issues.
Declaration
[JsonProperty("alternateDisputeResolution")]
public virtual AlternateDisputeResolution AlternateDisputeResolution { get; set; }
Property Value
Type | Description |
---|---|
AlternateDisputeResolution |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Issues
List of issues for a given product. This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.
Declaration
[JsonProperty("issues")]
public virtual IList<ProductIssue> Issues { get; set; }
Property Value
Type | Description |
---|---|
IList<ProductIssue> |