BigCommerce · Schema
customsInformation
Data about the customs information object.
E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| product_id | integer | The ID of the product which the customs information data will apply to. |
| country_of_origin | string | The country of manufacture, production, or growth represented in ISO 3166-1 alpha-2 format. |
| commodity_description | string | Description that provides information for customs to identify and verify shapes physical characteristics and packaging of each shipment. |
| international_shipping | boolean | Flag to determine whether this product will be shipped internationally. |
| hs_codes | object | |
| created_at | string | Date and time when the customs information was created. |
| updated_at | string | Date and time when the customs information was last updated. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/customsInformation",
"title": "customsInformation",
"description": "Data about the customs information object.",
"type": "object",
"x-internal": false,
"properties": {
"product_id": {
"description": "The ID of the product which the customs information data will apply to.",
"type": "integer",
"format": "int32",
"example": 77
},
"country_of_origin": {
"type": "string",
"description": "The country of manufacture, production, or growth represented in ISO 3166-1 alpha-2 format.",
"example": "US"
},
"commodity_description": {
"description": "Description that provides information for customs to identify and verify shapes physical characteristics and packaging of each shipment.",
"type": "string",
"minLength": 0,
"maxLength": 100,
"example": "Baseball caps"
},
"international_shipping": {
"description": "Flag to determine whether this product will be shipped internationally.",
"type": "boolean",
"enum": [
true,
false
],
"example": true
},
"hs_codes": {
"$ref": "#/components/schemas/harmonizedSystemCodes"
},
"created_at": {
"type": "string",
"description": "Date and time when the customs information was created.",
"readOnly": true,
"format": "date-time",
"example": "2022-09-21 14:15:00+00:00"
},
"updated_at": {
"type": "string",
"description": "Date and time when the customs information was last updated.",
"readOnly": true,
"format": "date-time",
"example": "2022-09-21 14:15:00+00:00"
}
}
}
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-customsinformation"
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.