Hello,
Yes, it is possible to call a REST API to pull data from your site and load items in Clover. This can be achieved by writing a script or program that calls the necessary APIs, retrieves the data from your site, and transforms it into a format that can be loaded into Clover. The specific APIs and data format required will depend on your site's architecture and the Clover integration you are trying to accomplish. It is important to ensure that any data being retrieved is properly authorized and secured to prevent unauthorized access. Additionally, you may want to consider performance implications and optimize your query to avoid overloading either your site or Clover's servers. Overall, calling REST APIs to pull data from your site and load items in Clover can be a powerful way to streamline your workflow and automate processes.
Best regard,