BigCommerce · Schema

countriesStates_Full

Refers to the `states` object return in `GET` countries requests.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
url string
resource string
View JSON Schema on GitHub

JSON Schema

bigcommerce-countriesstates-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/countriesStates_Full",
  "title": "countriesStates_Full",
  "type": "object",
  "properties": {
    "url": {
      "description": "",
      "example": "https://api.bigcommerce.com/stores/{store_hash}/v2/countries/13/states",
      "type": "string"
    },
    "resource": {
      "description": "",
      "example": "/countries/13/states",
      "type": "string"
    }
  },
  "description": "Refers to the `states` object return in `GET` countries requests.",
  "x-internal": false
}