Usage of CPQ API and its performance
Hi Team,
We have a client requirement to get the transactional data which are created or modified for every 15mins. Since we won't able to achieve this either by datacube or CPQ reports, we want to know about CPQ API usage and its performance.
Below is the API which can give the last modified transactions in the time frame we pass:
https://SiteName/rest/v18/commerceDocumentsProcessTransaction/?q={$and:[{lastUpdatedDate_t:{$lte:"2025-04-15T12:29:00Z"}},{lastUpdatedDate_t:{$gte:"2025-04-14T01:29:00Z"}}]}&fields=_id
either we need to set all required attributes as data columns to get the values in the first API (or) call another(multiple) API: https://SiteName/rest/v18/commerceDocumentsProcessTransaction/id using the ids of first API
Tagged:
0