Products attached to Deals

Hello

I am looking to understand the products attached to every deal in our Pipedrive. I’ve taken a look at the endpoint and can query the products but can’t seem to see the quantities etc when I download the data.

Any advice?

R

Hello @Robert_Bell

How did you query products attached to a deal?

I made a test deal and attached a test product, so I could query products attached to a deal like this

As you can see, the response includes the “quantity” field. More about endpoint here.

Also, just in case, there is an article that shows how to connect a deal to a product.

Thanks @mykhailo

I can see this also - however I want to know which products are attached to each deal not just the count.

Is there a way i can do this?

Hi @Robert_Bell

If I got the question right, it should be the same endpooint https://api.pipedrive.com/v1/deals/<dealId>/products , or why it does not work for your case?

Thanks

Yes that works for specific deal numbers - is there a way i can pull all deals?

Hi @Robert_Bell,
To pull all deals, you can use the GET/Deals endpoint.

You can also check this tutorial on how to get all deals.

I hope this is what you were looking for? :slightly_smiling_face:

1 Like