{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Store Information API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Store Information", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Store Information", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/store", "headers": [ { "name": "Accept", "value": "" } ] }, "docs": "Returns metadata about the global settings for a store. Some of these values are independently configurable on a per-storefront or per-channel basis. For channel overrides, see [Store Settings](/docs/rest-management/settings)." } ] } ], "bundled": true }