Shippo · Schema

Address

E-CommerceLabelsLogisticsReturnsShippingTracking

Properties

Name Type Description
object_id string Unique identifier for the address
is_complete boolean Whether the address is complete and valid
name string Full name of the recipient
company string Company name
street1 string First line of the street address
street2 string Second line of the street address
city string City
state string State or province
zip string Postal code
country string ISO 2-letter country code
phone string Phone number
email string Email address
is_residential boolean Whether the address is residential
validation_results object Address validation results
object_created string
object_updated string
View JSON Schema on GitHub

JSON Schema

shippo-address-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Address",
  "title": "Address",
  "type": "object",
  "properties": {
    "object_id": {
      "type": "string",
      "description": "Unique identifier for the address"
    },
    "is_complete": {
      "type": "boolean",
      "description": "Whether the address is complete and valid"
    },
    "name": {
      "type": "string",
      "description": "Full name of the recipient"
    },
    "company": {
      "type": "string",
      "description": "Company name"
    },
    "street1": {
      "type": "string",
      "description": "First line of the street address"
    },
    "street2": {
      "type": "string",
      "description": "Second line of the street address"
    },
    "city": {
      "type": "string",
      "description": "City"
    },
    "state": {
      "type": "string",
      "description": "State or province"
    },
    "zip": {
      "type": "string",
      "description": "Postal code"
    },
    "country": {
      "type": "string",
      "description": "ISO 2-letter country code"
    },
    "phone": {
      "type": "string",
      "description": "Phone number"
    },
    "email": {
      "type": "string",
      "description": "Email address"
    },
    "is_residential": {
      "type": "boolean",
      "description": "Whether the address is residential"
    },
    "validation_results": {
      "type": "object",
      "description": "Address validation results"
    },
    "object_created": {
      "type": "string",
      "format": "date-time"
    },
    "object_updated": {
      "type": "string",
      "format": "date-time"
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/shippo-address"
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.