Dispute Submission

Hi,

I went through documentation here : https://shopify.dev/api/admin-rest/2022-07/resources/dispute. As far as I can tell - currently there is no endpoint to programmatically submit a response for an opened dispute. I can only submit a compelling evidence file for the dispute. Am I correct? Is there any way to trigger the ‘Submit Response’ button once I upload a compelling evidence file?

Hey @MB23 ,

Per the documentation you found, there are three(3) REST resources that allow access to dispute data through the API:

Dispute, Dispute Evidence, and Dispute File Upload - these focus on querying a dispute, querying or updating evidence, as well as uploading/deleting a file to a dispute, each is similarly mirrored in functionality via GraphQL (more here) .

No other features around Disputes have been extended to the API right now, any other functionalities available on the store will need to be engaged/accessed manually through the admin by a merchant.

Cheers!