Skip to content

How to return all orders using integration token and graphql

Is it possible to return all orders for all customers using an integration setup and graphql?

I have found how to return orders for a customer, but in the example it requires generating a customer token which would require username/password which obv the integration doesnt have.

Is this something that can be done out of the box or does it require extending Magento in some way?

Thanks