The Admin GQL API supports the following filter directly on QueryRoot.orders:> - source_name> - cart_token> - checkout_token
Error Message: “Invalid bulk query: Field ‘checkout_token’ doesn’t exist on type ‘Order’”
Thanks for replying,
My use-case will only use updated_at as a filter. I want to fetch all the fields of Order table which Admin API returns through GraphQL Bulk API. Is this feasible? What are fields that GraphQL doesn’t support which are supported in Admin REST API with respect to the Order table?
I also found many of the fields missing in Order child tables that I have created. Some of them are
DISCOUNT APPLICATION
- type
- title
- code
- description
- value_type
ORDER LINE
- pre_tax_price
REFUND
- restock
TRANSACTION
- device_id
- source_name
- message