{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Countries API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Countries", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get All Countries", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/countries", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query", "description": "Number of pages" }, { "name": "limit", "value": "", "type": "query", "description": "Count per page" }, { "name": "country", "value": "", "type": "query" }, { "name": "country_iso2", "value": "", "type": "query" }, { "name": "country_iso3", "value": "", "type": "query" } ] }, "docs": "Get a list of all countries available. A country or territory, identifiable by an ISO 3166 country code." }, { "info": { "name": "BigCommerce Get a Country", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/countries/:id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns a single *Country*. Gets a country. A country or territory, identifiable by an ISO 3166 country code." }, { "info": { "name": "BigCommerce Get a Count of All Countries", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/countries/count" }, "docs": "Returns a count of all countries." } ] } ], "bundled": true }