Full export of store orders to a sheet — even thousands

On a schedule the scenario walks through every page of the store's orders — down to the last — groups them, and puts them into calltouch for reports.

  • Collects every order, not just the first hundred
  • Page-by-page pulling — on its own
  • Grouping ready for a report
  • A scheduled export, hands-off
GraphQL

How it works

To move data from calltouch to GraphQL automatically, use a ready-made scenario — no manual exports.

  1. Starts when: Schedule Trigger
  2. Then: searchPeriod
  3. Then: getOrderDoLoop
  4. Check: is hasNextPage = true
  5. If no: groupItemListbyVendor
  6. Then: Google Sheets

You can launch this calltouch + GraphQL integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.