{ "opencollection": "1.0.0", "info": { "name": "Cart Actions Endpoints Networks API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Networks", "type": "folder" }, "items": [ { "info": { "name": "Get All Networks", "type": "http" }, "http": { "method": "GET", "url": "https://api.fabric.inc/v3/inventory-networks", "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": "offset", "value": "0", "type": "query", "description": "Number of records to skip before returning all records. Default is `0` when no value is specified." }, { "name": "limit", "value": "10", "type": "query", "description": "Maximum number of results per page. Default is `10` when no value is specified." } ] }, "docs": "Get a paginated list of all the created networks." }, { "info": { "name": "Create Inventory Network", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.inc/v3/inventory-networks", "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 a network using conditional rules to add locations and SKU to the network." }, { "info": { "name": "Get Network by Code", "type": "http" }, "http": { "method": "GET", "url": "https://api.fabric.inc/v3/inventory-networks/:networkCode", "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": "networkCode", "value": "DC", "type": "path", "description": "Merchant-specified network code" } ] }, "docs": "Get details of a specific network by code." }, { "info": { "name": "Update Network by Code", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fabric.inc/v3/inventory-networks/:networkCode", "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": "networkCode", "value": "DC", "type": "path", "description": "Network code" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update details of a specific inventory network by specified network code." }, { "info": { "name": "Delete Network by Code", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fabric.inc/v3/inventory-networks/:networkCode", "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": "networkCode", "value": "DC", "type": "path", "description": "Network code" } ] }, "docs": "Delete a specific network, with all its details, by specified network code. Once deleted, it can't be undone." } ] } ], "bundled": true }