Skip to main content
Log inSign up
Anchor to draftOrderBulkAddTags

draftOrderBulkAddTags

mutation

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

Adds tags to multiple draft orders.

The IDs of the draft orders to add tags to.

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 added.


Was this section helpful?

Anchor to DraftOrderBulkAddTagsPayload returnsDraftOrderBulkAddTagsPayload returns

The asynchronous job for adding tags to the draft orders.

The list of errors that occurred from executing the mutation.


Was this section helpful?