{ "opencollection": "1.0.0", "info": { "name": "Cart Actions Endpoints Inventory Import Configs API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Inventory Import Configs", "type": "folder" }, "items": [ { "info": { "name": "Get All File Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://api.fabric.inc/v3/inventory-import-configs", "headers": [ { "name": "x-fabric-tenant-id", "value": "5f328bf0b5f328bf0b5f328b" }, { "name": "x-fabric-request-id", "value": "263e731c-45c8-11ed-b878-0242ac120002" }, { "name": "x-fabric-channel-id", "value": "12" } ], "params": [ { "name": "offset", "value": "0", "type": "query", "description": "Omit a specified number of rows before the beginning of the result set" }, { "name": "limit", "value": "10", "type": "query", "description": "The maximum number of results to show on a page" } ] }, "docs": "Get all file configurations for matching filter criteria" }, { "info": { "name": "Create an Inventory Import File Configuration", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.inc/v3/inventory-import-configs", "headers": [ { "name": "x-fabric-tenant-id", "value": "5f328bf0b5f328bf0b5f328b" }, { "name": "x-fabric-channel-id", "value": "12" }, { "name": "x-fabric-request-id", "value": "263e731c-45c8-11ed-b878-0242ac120002" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create inventory import file configuration containing rules for queried file prefix" }, { "info": { "name": "Get Inventory Import Upload File Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.fabric.inc/v3/inventory-import-configs/:id", "headers": [ { "name": "x-fabric-tenant-id", "value": "5f328bf0b5f328bf0b5f328b" }, { "name": "x-fabric-request-id", "value": "263e731c-45c8-11ed-b878-0242ac120002" }, { "name": "x-fabric-channel-id", "value": "12" } ], "params": [ { "name": "id", "value": "oms_", "type": "path", "description": "File prefix" } ] }, "docs": "Get inventory import file configurations containing rules for queried file prefix" }, { "info": { "name": "Update Inventory Import File Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fabric.inc/v3/inventory-import-configs/:id", "headers": [ { "name": "x-fabric-tenant-id", "value": "5f328bf0b5f328bf0b5f328b" }, { "name": "x-fabric-channel-id", "value": "12" }, { "name": "x-fabric-request-id", "value": "263e731c-45c8-11ed-b878-0242ac120002" } ], "params": [ { "name": "id", "value": "oms_", "type": "path", "description": "File prefix" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update inventory import file configuration" }, { "info": { "name": "Delete Inventory Import File Config", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fabric.inc/v3/inventory-import-configs/:id", "headers": [ { "name": "x-fabric-tenant-id", "value": "5f328bf0b5f328bf0b5f328b" }, { "name": "x-fabric-request-id", "value": "263e731c-45c8-11ed-b878-0242ac120002" }, { "name": "x-fabric-channel-id", "value": "12" } ], "params": [ { "name": "id", "value": "oms_", "type": "path", "description": "File prefix" } ] }, "docs": "Delete inventory import file config containing rules for queried file prefix" } ] } ], "bundled": true }