Skip to main content
Anchor to DraftOrderBulkAddTagsPayload

DraftOrderBulkAddTagsPayload

payload

Return type for draftOrderBulkAddTags mutation.

•Job

The asynchronous job for adding tags to 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

Adds tags to 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 add tags to.

•[String!]!
required

List of tags to be added.



Was this section helpful?