{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails States API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "States", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get All Countryʼs States", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/countries/:country_id/states", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "country_id", "value": "", "type": "path" }, { "name": "state", "value": "", "type": "query", "description": "Name of the state/province." }, { "name": "state_abbreviation", "value": "", "type": "query", "description": "Abbreviation for the state/province." }, { "name": "page", "value": "", "type": "query", "description": "Number of pages" }, { "name": "limit", "value": "", "type": "query", "description": "Count per page" } ] }, "docs": "Returns a list of *States* belonging to a *Country*. \nA state or province, identifiable by an ISO 3166 subdivision code." }, { "info": { "name": "BigCommerce Get a Countryʼs State", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/countries/:country_id/states/:id", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "country_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns a *State*. \nA state or province, identifiable by an ISO 3166 subdivision code." }, { "info": { "name": "BigCommerce Get a Count of All States", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/countries/states/count" }, "docs": "Returns a count of all states." }, { "info": { "name": "BigCommerce Get All States", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/countries/states", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The number of results to return per request." }, { "name": "page", "value": "", "type": "query", "description": "The ordered grouping of results to return." } ] }, "docs": "Returns a list of all states." }, { "info": { "name": "BigCommerce Get a Count of Country’s States", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/countries/:country_id/states/count", "params": [ { "name": "country_id", "value": "", "type": "path" } ] }, "docs": "Returns a count of a countryʼs states." } ] } ], "bundled": true }