取消应用订阅-cappSubscriptionCancel mutation

在商店上取消应用订阅。


在本页面


互动范例

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

mutation appSubscriptionCancel($id: ID!) { appSubscriptionCancel(id: $id) {
  1. <font style="color:#1F61A0;">appSubscription</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;">field</font>
  6. <font style="color:#1F61A0;">message</font>
  7. <font style="color:#555555;">}</font>
} }

变量:

{ “id”: “Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=” }

参数

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

必需的
要取消的应用订阅的ID。

返回字段

  • appSubscription[AppSubscription](https://shopify.dev/docs/admin-api/graphql/reference/billing/appsubscription)
    已取消的应用订阅。
  • userErrors[[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
    执行突变时发生的错误列表。