{ "opencollection": "1.0.0", "info": { "name": "Cart Actions Endpoints Checkout Session API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Checkout Session", "type": "folder" }, "items": [ { "info": { "name": "Create and Complete a Checkout Session", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.inc/v3/checkout/sessions", "headers": [ { "name": "x-fabric-tenant-id", "value": "617329dfd5288b0011332311" }, { "name": "x-fabric-channel-id", "value": "12" }, { "name": "x-fabric-request-id", "value": "263e731c-45c8-11ed-b878-0242ac120002" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create and complete checkout session on all the items in a specific cart, identified by a `cartId`. Along with `cartId`, the checkout operation includes merchant account ID, amount to be paid, tax to be imposed on cart items, shipping address, and other details." } ] } ], "bundled": true }