Discussions

Ask a Question
Back to all

How to track quotes?

I need to sync quotes like invoices but they don't seem to provide changes endpoints.

I tried filtering updated_at with but it doesn't work, all quotes are returned:

{
  limit: 100,
  filters: '{"field":"updated_at","operator":"gt","value":"2025-08-24T16:13:57"}'
}

Is there a robust way to list quotes created or updated after a specific timestamp?