Developer changelog
Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.
Read and write disputes and dispute evidence in the GraphQL and REST Admin API
API
Effective July 01, 2022
You can now read and write disputes and dispute evidence for Shopify Payments using the REST and GraphQL Admin APIs. The following new objects, mutations, and endpoints are available:
GraphQL Admin API
-
ShopifyPaymentsDisputeEvidence
object -
ShopifyPaymentsDisputeFileUploadUpdateInput
input object -
ShopifyPaymentsDisputeEvidenceFileType
enum -
ShopifyPaymentsDisputeFileUpload
object -
ShopifyPaymentsDisputeEvidenceUpdate
mutation
REST Admin API
POST /admin/api/2022-07/shopify_payments/disputes/{{dispute_id}}/dispute_file_uploads.json
DELETE /admin/api/{version}/shopify_payments/disputes/{{dispute_id}}/dispute_file_uploads/{{dispute_file_upload_id}}
PUT /admin/api/{version}/shopify_payments/disputes/{{dispute_id}}/dispute_evidences.json
For more information, refer to the Dispute resource developer documentation.