ActionType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
UNKNOWN |
未知操作。 |
VIEW_DETAILS |
在商家端查看订单详情操作。 |
MODIFY |
修改订单操作。 |
CANCEL |
取消订单操作。 |
RETURN |
退货订单操作。 |
EXCHANGE |
换货订单操作。 |
EMAIL |
电子邮件操作。 |
CALL |
致电操作。 |
REORDER |
重新排序操作。 |
REVIEW |
查看订单操作。 |
CUSTOMER_SERVICE |
请与客户服务团队联系。 |
FIX_ISSUE |
要解决此问题,请直接转到商家网站或应用。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-28。
[null,null,["最后更新时间 (UTC):2025-07-28。"],[[["\u003cp\u003eFollow-up actions encompass a range of options including viewing order details, modifying orders, canceling orders, returning or exchanging items, emailing or calling for support, reordering products, reviewing the order, contacting customer service, and addressing any potential issues.\u003c/p\u003e\n"],["\u003cp\u003eThese actions are represented by specific enums like \u003ccode\u003eVIEW_DETAILS\u003c/code\u003e, \u003ccode\u003eMODIFY\u003c/code\u003e, \u003ccode\u003eCANCEL\u003c/code\u003e, \u003ccode\u003eRETURN\u003c/code\u003e, \u003ccode\u003eEXCHANGE\u003c/code\u003e, \u003ccode\u003eEMAIL\u003c/code\u003e, \u003ccode\u003eCALL\u003c/code\u003e, \u003ccode\u003eREORDER\u003c/code\u003e, \u003ccode\u003eREVIEW\u003c/code\u003e, \u003ccode\u003eCUSTOMER_SERVICE\u003c/code\u003e, and \u003ccode\u003eFIX_ISSUE\u003c/code\u003e, each indicating a distinct follow-up possibility.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUNKNOWN\u003c/code\u003e enum is used to denote an unspecified or unidentified action.\u003c/p\u003e\n"]]],[],null,["# ActionType\n\nPossible follow-up actions.\n\n| Enums ||\n|--------------------|--------------------------------------------------|\n| `UNKNOWN` | Unknown action. |\n| `VIEW_DETAILS` | View order details action on merchant side. |\n| `MODIFY` | Modify order action. |\n| `CANCEL` | Cancel order action. |\n| `RETURN` | Return order action. |\n| `EXCHANGE` | Exchange order action. |\n| `EMAIL` | email action. |\n| `CALL` | Call action. |\n| `REORDER` | Reorder action. |\n| `REVIEW` | Review order action. |\n| `CUSTOMER_SERVICE` | Contact customer service. |\n| `FIX_ISSUE` | Direct to merchant site or app to fix the issue. |"]]