{ "opencollection": "1.0.0", "info": { "name": "Cart Actions Endpoints ReservedNetwork Endpoints API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "ReservedNetwork Endpoints", "type": "folder" }, "items": [ { "info": { "name": "Release Soft Reservation", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.inc/v3/inventory-networks/actions/soft-release", "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": "Release soft reservation." }, { "info": { "name": "Soft Reservation", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.inc/v3/inventory-networks/actions/soft-reserve", "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": "Soft reserve quantity." } ] } ], "bundled": true }