Bulk Update Customer Tags in Place

rivo-bernie
Shopify Partner
1 0 3

Hi Shopify team,

As an API developer, is there any way to bulk update tags in place with the API?

The closest thing we find is these APIs
https://shopify.dev/docs/api/admin-graphql/2022-04/mutations/tagsadd
https://shopify.dev/docs/api/adm...


However, it seems like https://shopify.dev/docs/api/usage/bulk-operations/imports#limitations is not supported at the moment? Is that correct?

Thanks for the help!

Replies 2 (2)
garyrgilbert
Shopify Partner
378 38 150

yeah.. the bulk operations appears to be treated like a stepchild.. unfairly and given little attention... as far as I am aware the only thing you can do is loop .. the good thing is with the tagsadd mutation it only costs 5 so you can do a bucket load of ops without running out of juice.

 

Cheers,

 

Gary

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
ShopifyDevSup
Shopify Staff
Shopify Staff
1200 190 418

Hi @rivo-bernie , Bulk operations are not applicable in all cases. For performing mutations, you'll still need to loop through the mutations within an app.
 

Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog