BigCommerce · Schema

addresses

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
url string Full URL of where the resource is located.
resource string Resource being accessed.
View JSON Schema on GitHub

JSON Schema

bigcommerce-addresses-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/addresses",
  "title": "addresses",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "Full URL of where the resource is located.",
      "example": "https://api.bigcommerce.com/stores/{store_hash}/v2/customers/5/addresses"
    },
    "resource": {
      "type": "string",
      "description": "Resource being accessed.",
      "example": "/customers/5/addresses"
    }
  },
  "x-internal": false
}