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