{ "opencollection": "1.0.0", "info": { "name": "Amazon Advertising Ad Groups Refunds API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Refunds", "type": "folder" }, "items": [ { "info": { "name": "Amazon Create a Refund", "type": "http" }, "http": { "method": "POST", "url": "https://advertising-api.amazon.com/refunds", "headers": [ { "name": "x-amz-pay-date", "value": "" }, { "name": "x-amz-pay-region", "value": "" }, { "name": "x-amz-pay-idempotency-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a refund for a previously captured charge." }, { "info": { "name": "Amazon Get Refund Details", "type": "http" }, "http": { "method": "GET", "url": "https://advertising-api.amazon.com/refunds/:refundId", "headers": [ { "name": "x-amz-pay-date", "value": "" }, { "name": "x-amz-pay-region", "value": "" } ], "params": [ { "name": "refundId", "value": "", "type": "path" } ] }, "docs": "Returns details about the specified refund." } ] } ], "bundled": true }