{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Currencies (Single) API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Currencies (Single)", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get a Currency", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/currencies/:id", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Currency ID" } ] }, "docs": "Returns a single *Currency*." }, { "info": { "name": "BigCommerce Update a Currency", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/currencies/:id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Currency ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a *Currency*.\n\n**Read-Only Fields**\n\n* id\n* date_created\n* date_modified\n* currency_code\n\n\nThe `is_default` property can only be set to true. The value of `is_default` cannot be unset, only overridden. " }, { "info": { "name": "BigCommerce Delete a Currency", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/currencies/:id", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Currency ID" } ] }, "docs": "Deletes a *Currency*.\n\nIf a currencyʼs `is_default` property is set to true, this currency cannot be deleted. " } ] } ], "bundled": true }