拒绝公开退款会话-returnSessionReject mutation
拒绝公开退款会话。
所需的访问
write_payment_sessions
访问范围。
在本页面
互动范例
这是一个示例变异查询。
变异returnSessionReject ($ id :ID !,$ reason :RefundSessionRejectionReasonInput !){ returnSessionReject (id :$ id ,原因:$ reason ){} } { “ id” :“ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” , “原因” :{
<font style="color:#1F61A0;">returnSession </font><font style="color:#555555;">{</font>
<font style="color:#1F61A0;">ID</font>
<font style="color:#555555;">}</font>
<font style="color:#1F61A0;">userErrors </font><font style="color:#555555;">{</font>
<font style="color:#1F61A0;">代码</font>
<font style="color:#1F61A0;">场地</font>
<font style="color:#1F61A0;">信息</font>
<font style="color:#555555;">}</font>
} }
<font style="color:#8B2BB9;">“ code” </font><font style="color:#555555;">:</font><font style="color:#D64292;">“占位符”</font>
参数
RefundSessionRejectionReasonInput字段
- 代码(
[RefundSessionStatusReasonRejectionCode!](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundsessionstatusreasonrejectioncode)
) 必需的
原因码。 - BusinessmanMessage(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-unstable)
)
为商家定制的本地化消息。
返回字段
- returnSession(
[RefundSession](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundsession)
)
更新的退款会话。 - userErrors(
[[RefundSessionRejectUserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundsessionrejectusererror)
)
执行突变时发生的错误列表。