Properties
| Name | Type | Description |
|---|---|---|
| first_name | string | The first name of the customer address. |
| last_name | string | The last name of the customer address. |
| company | string | The company of the customer address. |
| address1 | string | The address 1 line. |
| address2 | string | The address 2 line. |
| city | string | The city of the customer address. |
| state_or_province | string | The state or province name. |
| postal_code | string | The postal code of the customer address. |
| country_code | string | The country code of the customer address. |
| phone | string | The phone number of the customer address. |
| address_type | string | The address type. Residential or Commercial. |
| customer_id | integer | The customer ID. |
| id | integer | The unique numeric ID of the address. |
| country | string | The country name of the customer address. |
| form_fields | array | Array of form fields. Controlled by `formfields` parameter. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/address_Full",
"title": "address_Full",
"type": "object",
"properties": {
"first_name": {
"description": "The first name of the customer address.",
"type": "string",
"minLength": 1,
"maxLength": 255
},
"last_name": {
"description": "The last name of the customer address.",
"type": "string",
"minLength": 1,
"maxLength": 255
},
"company": {
"description": "The company of the customer address.",
"type": "string",
"minLength": 0,
"maxLength": 255
},
"address1": {
"description": "The address 1 line.",
"type": "string"
},
"address2": {
"description": "The address 2 line.",
"type": "string"
},
"city": {
"description": "The city of the customer address.",
"type": "string",
"minLength": 0,
"maxLength": 100
},
"state_or_province": {
"description": "The state or province name.",
"type": "string",
"minLength": 0,
"maxLength": 100
},
"postal_code": {
"description": "The postal code of the customer address.",
"type": "string",
"minLength": 0,
"maxLength": 30
},
"country_code": {
"description": "The country code of the customer address.",
"type": "string",
"minLength": 2,
"maxLength": 2
},
"phone": {
"description": "The phone number of the customer address.",
"type": "string",
"minLength": 0,
"maxLength": 50
},
"address_type": {
"title": "Address Type",
"description": "The address type. Residential or Commercial.",
"example": "residential",
"type": "string",
"enum": [
"residential",
"commercial"
]
},
"customer_id": {
"description": "The customer ID.",
"type": "integer",
"format": "int32"
},
"id": {
"description": "The unique numeric ID of the address.",
"type": "integer",
"format": "int32"
},
"country": {
"description": "The country name of the customer address.",
"type": "string"
},
"form_fields": {
"description": "Array of form fields. Controlled by `formfields` parameter.",
"type": "array",
"items": {
"allOf": [
{
"$ref": "#/components/schemas/formFieldValue"
}
],
"title": "Customer Address Form Field Value"
}
}
},
"required": [
"first_name",
"last_name",
"address1",
"city",
"state_or_province",
"postal_code",
"country_code",
"customer_id",
"id"
],
"x-internal": false
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-address-full"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.