Namespace Google.Apis.Merchant.issueresolution_v1beta.Data
Classes
Action
An actionable step that can be executed to solve the issue.
ActionFlow
Flow that can be selected for an action. When a business selects a flow, application should open a dialog with more information and input form.
ActionInput
Input provided by the business.
AdditionalContent
Long text from external source.
Breakdown
A detailed impact breakdown for a group of regions where the impact of the issue on different shopping destinations is the same.
BuiltInSimpleAction
Action that is implemented and performed in (your) third-party application. Represents various functionality that is expected to be available to business and will help them with resolving the issue. The application should point the business to the place, where they can access the corresponding functionality. If the functionality is not supported, it is recommended to explain the situation to the business and provide them with instructions how to solve the issue.
BuiltInUserInputAction
Action that is implemented and performed in (your) third-party application. The application needs to show an additional content and input form to the business. They can start the action only when they provided all required inputs. The application will request processing of the action by calling the triggeraction method.
Callout
An important message that should be highlighted. Usually displayed as a banner.
CheckboxInput
Checkbox input allows the business to provide a boolean value. Corresponds to the html input
type=checkbox. If the
business checks the box, the input value for the field is true
, otherwise it is false
. This type of input is
often used as a confirmation that the business completed required steps before they are allowed to start the
action. In such a case, the input field is marked as required and the button to trigger the action should stay
disabled until the business checks the box.
CheckboxInputValue
Value for checkbox input field.
ChoiceInput
Choice input allows the business to select one of the offered choices. Some choices may be linked to additional input fields that should be displayed under or next to the choice option. The value for the additional input field needs to be provided only when the specific choice is selected by the the business. For example, additional input field can be hidden or disabled until the business selects the specific choice.
ChoiceInputOption
A choice that the business can select.
ChoiceInputValue
Value for choice input field.
ExternalAction
Action that is implemented and performed outside of the third-party application. It should redirect the business to the provided URL of an external system where they can perform the action. For example to request a review in the Merchant Center.
Impact
Overall impact of the issue.
InputField
Input field that needs to be available to the business. If the field is marked as required, then a value needs to be provided for a successful processing of the request.
InputValue
Input provided by the business for input field.
ProductChange
The change that happened to the product including old value, new value, country code as the region code and reporting context.
ProductStatusChangeMessage
The message that the merchant will receive to notify about product status change event
Reason
A single reason why the action is not available.
Region
Region with code and localized name.
RenderAccountIssuesResponse
Response containing an issue resolution content and actions for listed account issues.
RenderIssuesRequestPayload
The payload for configuring how the content should be rendered.
RenderProductIssuesResponse
Response containing an issue resolution content and actions for listed product issues.
RenderedIssue
An issue affecting specific business or their product.
TextInput
Text input allows the business to provide a text value.
TextInputValue
Value for text input field.
TextWithTooltip
Block of text that may contain a tooltip with more information.
TriggerActionPayload
The payload for the triggered action.
TriggerActionResponse
Response informing about the started action.