admin管理员组

文章数量:1122846

I am currently working on integrating the Shopify API to manage disputes programmatically. While I can access the dispute and its ID, I am having difficulty submitting evidence to the dispute using a backend language, specifically Python or Node.js. It would be great if someone provide guidance on how to properly structure the API request to submit evidence to a dispute?

I tried this: write_shopify_payments_dispute_evidences and manager_orders scope is not available. Although I cant see these scopes in my app credentials scope.

本文标签: pythonSubmitting Evidence to Shopify Dispute via APIStack Overflow