...
There’s a new set of endpoints that are used in React: /clicmanager.*
. The main difference is that header and line items data are never sent together. We needed this to make it possible be able to support thousands of line items. So, for example. /clicmanager.fetchheader
and /quotemanager.fetch
return similar responses, but the new one has no line items and contains includes ioMeta
to know which inputs and outputs are used by the line items. You can retrieve get line items by with /clicmanager.fetch
that acts as a standard paginated listing.
New endpoints are described in the API documentation:https://api.pricefx.com/openapi/reference/pricefx/tag/Clicmanager/
...