Cannot figure out how to update a single product with the default supplier

Trying to find potentially an unpublished method to get products associated with specific suppliers. There’s nothing on the api docs portal, but perhaps there’s a workaround somewhere?

Hey @anthony,

This is a feature we don’t currently document in the API docs.

However, if you contact Veeqo Support we can put in a request on your behalf to document this method or find an alternative workaround to solve your problem. Alternatively, there may be developers on the forum who have ran into a similar issue as you have and can advise their workarounds.

You can contact Veeqo Support via the support messenger in the Veeqo app or contacting helpme@support.veeqo.com

If this answered your question, please mark this message as a solution so that other developers can use it as a reference.

Hope this helps,
Alex - Veeqo

It’s not recommended, but you can try inspecting the network traffic (via your browser’s Developer Tools) for any internal API calls related to associating a supplier to a product. It’s not uncommon for an internal API to have an analogous undocumented endpoint in the public API. So you can try futzing around with that to see if you can make it work.

Haven’t tried this myself, but - alternatively - you might be able to set up a workflow to track suppliers yourself by adding a custom ‘supplier‘ property to your products using the Create a New Property endpoint and using the Update Property Detail endpoint to set their values.

1 Like