read_shopify_payments_dispute_evidences

Hi there,

I am working on a remix app that will be submitting dispute evidence using graphql mutations.
The context is that I am making a small application that will submit evidence for disputes. I am using partners account to create the application. All the other scopes are working but to submit evidence I would need read_shopify_payments_dispute_evidences scope to submit an evidence. Whenever I try to add this scope in my application it would throw an error

│ Version couldn’t be created. │
│ │
│ app_access │
│ │
│ Validation errors │
│ scopes: read_shopify_payments_dispute_evidences

I checked the shopify dev documentation and it does not say any requirements for this scope. It just says that this scope is required to submit the evidence. Can you please guide me on how to add this scope or if there is any other scope that I can add that will allow my application to submit dispute evidences for merchants.

1 Like