{ "opencollection": "1.0.0", "info": { "name": "Cart Actions Endpoints API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Actions Endpoints", "type": "folder" }, "items": [ { "info": { "name": "Search for Inventory Hard Reservations", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.inc/v3/inventories/actions/hard-reserve-search", "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": "Search for hard reservations based on filter criteria." } ] } ], "bundled": true }