{ "opencollection": "1.0.0", "info": { "name": "Paddle Addresses Adjustments API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Adjustments", "type": "folder" }, "items": [ { "info": { "name": "List adjustments", "type": "http" }, "http": { "method": "GET", "url": "https://api.paddle.com/adjustments", "params": [ { "name": "after", "value": "", "type": "query", "description": "Return entities after the specified cursor for keyset pagination." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of entities per page." } ] }, "docs": "List adjustments" }, { "info": { "name": "Create an adjustment", "type": "http" }, "http": { "method": "POST", "url": "https://api.paddle.com/adjustments", "body": { "type": "json", "data": "{}" } }, "docs": "Create an adjustment" }, { "info": { "name": "Get a PDF credit note for an adjustment", "type": "http" }, "http": { "method": "GET", "url": "https://api.paddle.com/adjustments/:adjustment_id/credit-note", "params": [ { "name": "adjustment_id", "value": "", "type": "path" } ] }, "docs": "Get a PDF credit note for an adjustment" } ] } ], "bundled": true }