Type
Possible follow-up actions.
Enums |
TYPE_UNSPECIFIED |
Unspecified action. |
VIEW_DETAILS |
View order details action. |
MODIFY |
Modify order action. |
CANCEL |
Cancel order action. |
RETURN |
Return order action. |
EXCHANGE |
Exchange order action. |
EMAIL |
email action. EMAIL and CALL types are deprecated. openUrlAction.url can be used as a phone-number or an email. |
CALL |
Call action. |
REORDER |
Reorder action. |
REVIEW |
Review order action. |
CUSTOMER_SERVICE |
Contact customer service. |
FIX_ISSUE |
Direct to merchant site or app to fix the issue. |
DIRECTION |
Direction link. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["The table outlines potential follow-up actions related to orders, such as viewing details, modifying, canceling, returning, or exchanging."],["Deprecated actions like EMAIL and CALL are replaced by a more versatile openUrlAction with a URL field for phone numbers or emails."],["Additional actions include reordering, reviewing, contacting customer service, addressing issues, and accessing directions."]]],["The provided content defines possible follow-up actions related to orders, categorized as enums. These actions include viewing order details, modifying, canceling, returning, exchanging, and reordering. Other actions encompass reviewing, contacting customer service, fixing issues, and obtaining directions. Email and call actions are deprecated, replaced by using a URL for phone numbers or email addresses. The actions are represented by `TYPE_UNSPECIFIED`, `VIEW_DETAILS`, `MODIFY`, `CANCEL`, `RETURN`, `EXCHANGE`, `REORDER`, `REVIEW`, `CUSTOMER_SERVICE`, `FIX_ISSUE` and `DIRECTION`.\n"]]