Getting the Id of a custom field

Hey,
I’m trying to find the key/values for custom fields on a product, I understand that I can use the ID of the field to do that, however, how do I find the ID of that field?
I cant seem to find it anywhere.
Thanks,
Liam

Hi @lmprowse

You can get product fields by making GET /productFields (https://developers.pipedrive.com/docs/api/v1/#!/ProductFields/get_productFields) request. It will show product fields including custom fields you created.

3 Likes

Thats exactly what I needed :slight_smile:
Thank you :slight_smile:

1 Like