Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

Anchor to draftOrderBulkRemoveTags

draftOrderBulkRemoveTags

mutation

Requires write_draft_orders access scope. Also: The user must have access to manage draft orders.

Removes tags from multiple draft orders.

The IDs of the draft orders to remove tags from.

The ID of the draft order saved search for filtering draft orders on.

The conditions for filtering draft orders on. See the detailed search syntax.

[String!]!required

List of tags to be removed.


Was this section helpful?

Anchor to DraftOrderBulkRemoveTagsPayload returnsDraftOrderBulkRemoveTagsPayload returns

The asynchronous job for removing tags from the draft orders.

The list of errors that occurred from executing the mutation.


Was this section helpful?