I think the default setting is to display the dispute button only on the user’s orders page. However, I would also like to implement the dispute button on the vendor’s orders page.
How can I implement this?
I send current vendor’s orders page.
I want to implement next to Refund button’s.
Yes, it’s possible but this requires advanced customizations, if you’re familiar with coding please check samples in our code snippet collection and the available developer tutorials. There’s probably a condition in the dispute REST API action that checks if it’s the buyer sending a request so you’d have to create a custom REST API action for this.