解决公开付款会话-paymentSessionResolve mutation

解决公开付款会话。

所需的访问

write_payment_sessions 访问范围。


在本页面


互动范例

这是一个示例变异查询。使用下面的嵌入式交互式工具来编辑查询。

提示:使用Ctrl+Space表示自动填充字段。

变异paymentSessionResolve $ id ID !){ paymentSessionResolve id $ id {
  1. <font style="color:#1F61A0;">PaymentSession </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:#555555;">}</font>
} } { “ id” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” }


参数

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

必需的
付款会话ID。


返回字段

  • paymentSession([PaymentSession](https://shopify.dev/docs/admin-api/graphql/reference/orders/paymentsession)
    更新的付款会话。
  • userErrors([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
    执行突变时发生的错误列表。