{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Checkout API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Checkout", "type": "folder" }, "items": [ { "info": { "name": "Checkout API", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/carts/:cartID/checkout", "headers": [ { "name": "EP-Account-Management-Authentication-Token", "value": "" } ], "params": [ { "name": "cartID", "value": "", "type": "path", "description": "The ID of the cart that you want to checkout." } ], "body": { "type": "json", "data": "{}" } }, "docs": "When a Cart is ready for checkout, you can convert the cart to an order. The cart remains and can be modified and checked out again if required.\n\nA cart can be checked out with a customer ID, customer object, or with an account by authenticating with the `Client Credentials Token`.\n\nAfter a successful checkout, a response that contains the order is returned. If the cart is linked to a shipping group, the shipping group is also associated with the order after checkout.\n\nYou can checkout using one" } ] } ], "bundled": true }