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