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