Hello,
Trying to use the product API to update product tags. It works fine, except when requesting to set tags to blank (no tag).
We've tried both "" and null values. The API request completes successfully, but the tags still have the old values, instead of no tags.
How can one delete all product tags via API?
Thanks