批量删除折扣兑换代码-discountCodeRedeemCodeBulkDelete mutation

批量删除折扣兑换代码。通过提供搜索查询savedSearchId,或兑换代码ID列表,指定要删除的兑换代码。

所需的访问

应用程序必须具有write_discounts访问范围。


在本页面


互动范例

这是一个示例变异查询。

突变discountCodeRedeemCodeBulkDelete $ discountId ID !){ discountCodeRedeemCodeBulkDelete discountId $ discountId {
  1. <font style="color:#1F61A0;">工作</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;">extraInfo</font>
  7. <font style="color:#1F61A0;">场地</font>
  8. <font style="color:#1F61A0;">信息</font>
  9. <font style="color:#555555;">}</font>
} } { “ discountId” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” }


参数

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

必需的
兑换代码折扣的ID。
ids
() [[ID!]](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
折扣兑换码的ID即可删除。
savedSearchId
() [ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
保存的搜索的ID。
search
() [String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
用于过滤折扣兑换代码的搜索查询。


返回字段

  • job[Job](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/job)
    删除折扣兑换代码的异步作业。
  • userErrors[[DiscountUserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountusererror)
    执行突变时发生的错误列表。