删除保存搜索-savedSearchDelete mutation

删除保存的搜索。


在本页面


互动范例

这是一个示例变异查询。

mutation savedSearchDelete($input: SavedSearchDeleteInput!) { savedSearchDelete(input: $input) {
  1. <font style="color:#1F61A0;">deletedSavedSearchId</font>
  2. <font style="color:#1F61A0;">shop</font> <font style="color:#555555;">{</font>
  3. <font style="color:#1F61A0;">id</font>
  4. <font style="color:#555555;">}</font>
  5. <font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
  6. <font style="color:#1F61A0;">field</font>
  7. <font style="color:#1F61A0;">message</font>
  8. <font style="color:#555555;">}</font>
} } { “input”: {
  1. <font style="color:#8B2BB9;">"id"</font><font style="color:#555555;">:</font> <font style="color:#D64292;">"Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE="</font>
} }


参数

参数 描述
input
[SavedSearchDeleteInput!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/savedsearchdeleteinput)

必需的
输入字段以删除保存的搜索。


SavedSearchDeleteInput字段

  • id[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)必需的
    要删除的已保存搜索的ID。


返回字段

  • DeletedSavedSearchId[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    已删除的已保存搜索的ID。
  • shop[Shop!](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop)
    已删除的已保存搜索的商店。
  • userErrors[[UserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/usererror)
    执行mutation时发生的错误列表。