customerPaymentMethodRevoke 突变

撤销客户的付款方式。

所需的访问

write_customers 访问范围。

在本页面

互动范例

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

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

变异customerPaymentMethodRevoke $ customerPaymentMethodId ID !){ customerPaymentMethodRevoke customerPaymentMethodId $ customerPaymentMethodId {
  1. <font style="color:#1F61A0;">revokedCustomerPaymentMethodId</font>
  2. <font style="color:#1F61A0;">userErrors </font><font style="color:#555555;">{</font>
  3. <font style="color:#1F61A0;">场地</font>
  4. <font style="color:#1F61A0;">信息</font>
  5. <font style="color:#555555;">}</font>
} } { “ customerPaymentMethodId” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” }

争论

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

必需的
要撤销的客户付款方式的ID。

返回字段

  • revokedCustomerPaymentMethodId([ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    撤销的客户付款方式的ID。
  • userErrors([[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
    执行突变时发生的错误列表。