Contents
Changelog
REMOVAL
Effective from:
February 13, 2023
Breaking changes in 4 products-related endpoints
Announced: December 19, 2022
Effective from:
February 13, 2023
February 13, 2023
What is changing?
From February 13, 2023, we will be introducing breaking changes to 4 products-related endpoints.
1. For the GET /products/{id}/files endpoint:
- The following fields will no longer be included in the response:
deal_idperson_idorg_idactivity_idlead_idmail_message_idmail_template_iddeal_nameperson_namepeople_nameorg_namelead_namecidlog_id
- The
sortquery parameter will no longer support the following field keys:user_iddeal_idperson_idorg_idproduct_idadd_timefile_namefile_typefile_sizecomment
You can use the id and update_time field keys inside the sort query parameter to filter the response.
2. The product_attachment_id response field will be removed from the responses of the POST /deals/{id}/products and DELETE /deals/{id}/products/{product_attachment_id} endpoints.
3. The item_price and quantity body parameters are no longer required fields for the PUT /deals/{id}/products/{product_attachment_id} endpoint.
<p><b>Why is it changing?</b></p>
<p>The goal of the changes is to ensure that the Deals and Products API endpoints mentioned above return only the most relevant fields according to each endpoint and to support the performance of our API.</p>
<p>If you have any questions or comments, let us know in <a href="https://devcommunity.pipedrive.com/">the Developer’s Community</a>.</p>
</div>