Skip to main content
Anchor to DraftOrderBulkRemoveTagsPayload

DraftOrderBulkRemoveTagsPayload

payload

Return type for draftOrderBulkRemoveTags mutation.

•Job

The asynchronous job for removing tags from the draft orders.

•[UserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?

Anchor to Mutations with this payloadMutations with this payload

•mutation

Removes tags from multiple draft orders.

Arguments

•String

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

•ID

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

•[ID!]

The IDs of the draft orders to remove tags from.

•[String!]!
required

List of tags to be removed.



Was this section helpful?