Update tags/barcode for existing product

is it possible to update tags/barcode for an existing product using API? Also barcode for getting products.
Thank you.

Hey,

Yes you can update the barcode using a put request to the product, this is described here:
https://developer.veeqo.com/docs#/reference/products/product/update-product-detail

Tagging orders is possible as described here:
https://developer.veeqo.com/docs#/reference/bulk-tagging/bulk-tagging/tagging-orders
But unfortunately not for tagging products

Thank you for replying.

Is it possible to tag products via API later? We would like to mark a product as discontinued by adding a tag.

Kitty

@neo_kit We’ve just published a doc on tagging existing products: https://developers.veeqo.com/docs#/reference/bulk-tagging/bulk-tagging/tagging-products. It works very similar to tagging orders.

Let us know if there’s any issues.