{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Emails Cart API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Cart", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get a Cart", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/carts", "params": [ { "name": "include", "value": "", "type": "query", "description": "Include product options in specified line item types." } ] }, "docs": "Returns a *Cart*.\n\n> #### Note\n> * Substitute your storefront domain for `yourstore.example.com`. \n> * The Send a Test Request feature is not currently supported for this endpoint. " }, { "info": { "name": "BigCommerce Create a Cart", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/carts", "params": [ { "name": "include", "value": "", "type": "query", "description": "Include product options in specified line item types." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a *Cart*.\n\n> #### Note\n> * Substitute your storefront domain for `yourstore.example.com`. \n> * The Send a Test Request feature is not currently supported for this endpoint. " }, { "info": { "name": "BigCommerce Delete a Cart", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/carts/:cartId", "params": [ { "name": "cartId", "value": "", "type": "path", "description": "This cart's unique ID." } ] }, "docs": "Deletes a *Cart*. Once a *Cart* has been deleted it can not be recovered.\n\n\n> #### Note\n> * Substitute your storefront domain for `yourstore.example.com`. \n> * The Send a Test Request feature is not currently supported for this endpoint. " } ] } ], "bundled": true }