Shopify admin GraphQL API supports “query” argument for many resources such as products, orders etc. GraphQL API docs contains list of supported parameters for each resource type.
We can also find detailed doc for search query syntax here. But I could not find any info on search query params. Most of them are obvious but some of them are confusing and we don’t know the type of value supported by some of them. For example I don’t know the difference between “sales_channel” & “channel_id” and list of valid value for “fraud_protection_level” field.
Is there any documentation for query params for products, orders, customers etc?
