拒绝公开退款会话-returnSessionReject mutation

拒绝公开退款会话。

所需的访问

write_payment_sessions 访问范围。


在本页面


互动范例

这是一个示例变异查询。

变异returnSessionReject $ id ID $ reason RefundSessionRejectionReasonInput !){ returnSessionReject id $ id 原因$ reason {
  1. <font style="color:#1F61A0;">returnSession </font><font style="color:#555555;">{</font>
  2. <font style="color:#1F61A0;">ID</font>
  3. <font style="color:#555555;">}</font>
  4. <font style="color:#1F61A0;">userErrors </font><font style="color:#555555;">{</font>
  5. <font style="color:#1F61A0;">代码</font>
  6. <font style="color:#1F61A0;">场地</font>
  7. <font style="color:#1F61A0;">信息</font>
  8. <font style="color:#555555;">}</font>
} } { “ id” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” “原因” {
  1. <font style="color:#8B2BB9;">“ code” </font><font style="color:#555555;"></font><font style="color:#D64292;">“占位符”</font>
} }


参数

参数 描述
id
() [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-unstable)

必需的
退款会话ID。
reason
() [RefundSessionRejectionReasonInput!](https://shopify.dev/docs/admin-api/graphql/reference/orders/refundsessionrejectionreasoninput)

必需的
拒绝原因。


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)
    执行突变时发生的错误列表。