BigCommerce · Schema
PickupConsignmentLocation
E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| name | string | |
| address1 | string | |
| address2 | string | |
| city | string | |
| stateOrProvince | string | |
| postalCode | string | |
| country | string | |
| countryCode | string | |
| string | ||
| phone | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PickupConsignmentLocation",
"title": "PickupConsignmentLocation",
"type": "object",
"properties": {
"id": {
"type": "integer",
"example": 1
},
"name": {
"type": "string",
"example": "Location 1"
},
"address1": {
"type": "string",
"example": "2802 Skyway Cir"
},
"address2": {
"type": "string"
},
"city": {
"type": "string",
"example": "Austin"
},
"stateOrProvince": {
"type": "string",
"example": "Texas"
},
"postalCode": {
"type": "string",
"example": "78704"
},
"country": {
"type": "string",
"example": "United States"
},
"countryCode": {
"type": "string",
"example": "US"
},
"email": {
"type": "string",
"example": "loc1@bigcommerce.com"
},
"phone": {
"type": "string",
"example": "0410123452"
}
},
"x-examples": {
"example-1": {
"id": 1,
"name": "Location 1",
"address1": "2802 Skyway Cir",
"address2": "string",
"city": "Austin",
"stateOrProvince": "Texas",
"postalCode": "78704",
"country": "United States",
"countryCode": "US",
"email": "loc1@bigcommerce.com",
"phone": "0410123452"
}
},
"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-pickupconsignmentlocation"
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.