Upload new product variation to a pipedrive product using the pipedrive API

Hello guys, I’m developing an Integration tool for pipedrive and I’ll like to add variations to products via api, is it possible? [ there is a post from a year ago asking about the same]

Hey @MorenajeRD,

I haven’t tried them myself, but you should be able to use:
POST /api/v1/products/{:id}/variations
and
PUT /api/v1/products/{:id}/variations_item

what should contain the Json? any example Json?

Disclaimer: these endpoints mentioned in the post should be used with caution, because they’re undocumented and aren’t under active maintenance.

Hi guys - is there documentation for updating a product variation?