{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses adjustments API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "adjustments", "type": "folder" }, "items": [ { "info": { "name": "List all adjustments", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/adjustments" }, "docs": "List all adjustments" }, { "info": { "name": "Create an adjustment", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/adjustments", "body": { "type": "json", "data": "{}" } }, "docs": "Create an adjustment" }, { "info": { "name": "Retrieve an adjustment", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/adjustments/:adjustmentId", "params": [ { "name": "adjustmentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve an adjustment" }, { "info": { "name": "Update an adjustment", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/adjustments/:adjustmentId", "params": [ { "name": "adjustmentId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an adjustment" }, { "info": { "name": "Delete an adjustment", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/adjustments/:adjustmentId", "params": [ { "name": "adjustmentId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete an adjustment" } ] } ], "bundled": true }