删除价格规则-priceRuleDelete mutation

删除价格规则。

所需的访问

write_price_rules 访问范围。


在本页面


互动范例

这是一个示例变异查询。

突变priceRuleDelete $ id ID !){ priceRuleDelete id $ id {
  1. <font style="color:#1F61A0;">DeletedPriceRuleId</font>
  2. <font style="color:#1F61A0;">priceRuleUserErrors </font><font style="color:#555555;">{</font>
  3. <font style="color:#1F61A0;">代码</font>
  4. <font style="color:#1F61A0;">场地</font>
  5. <font style="color:#1F61A0;">信息</font>
  6. <font style="color:#555555;">}</font>
  7. <font style="color:#1F61A0;">商店</font><font style="color:#555555;">{</font>
  8. <font style="color:#1F61A0;">ID</font>
  9. <font style="color:#555555;">}</font>
} } { “ id” “ Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE =” }


争论

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

必需的
价格规则对象的ID。


返回字段

  • DeletedPriceRuleId([ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    已删除价格规则的ID价格。
  • priceRuleUserErrors([[PriceRuleUserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/priceruleusererror)
    执行突变时发生的错误列表。
  • shop([Shop!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop)
    已删除价格规则的商店。