A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi everyone - I'm trying to query the following endpoint:
/admin/api/2020-01/shopify_payments/disputes.json
and I'm getting a 404 Not Found error for some reason. The other endpoints within "shopify_payments" are correctly returning a 403 Forbidden (as my app doesn't have the required scopes). I am authenticated with the "read_shopify_payment_disputes" scope, however.
same here