BigCommerce · Schema
productImage_Base
Common ProductImage properties.
E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| image_file | string | The local path to the original image file uploaded to BigCommerce. Use image_url when creating a product. Must be sent as a `multipart/form-data` field in the request body. Limit of 8 MB per file. |
| is_thumbnail | boolean | Flag for identifying whether the image is used as the productʼs thumbnail. |
| sort_order | integer | The order in which the image will be displayed on the product page. Higher integers give the image a lower priority. When updating, if the image is given a lower priority, all images with a `sort_orde |
| description | string | The description for the image. |
| image_url | string | Must be a fully qualified URL path, including protocol. Limit of 8MB per file. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/productImage_Base",
"title": "productImage_Base",
"type": "object",
"properties": {
"image_file": {
"type": "string",
"description": "The local path to the original image file uploaded to BigCommerce. Use image_url when creating a product.\n\nMust be sent as a `multipart/form-data` field in the request body. Limit of 8 MB per file.\n"
},
"is_thumbnail": {
"type": "boolean",
"description": "Flag for identifying whether the image is used as the product\u02bcs thumbnail.\n"
},
"sort_order": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "integer",
"description": "The order in which the image will be displayed on the product page. Higher integers give the image a lower priority. When updating, if the image is given a lower priority, all images with a `sort_order` the same as or greater than the image\u02bcs new `sort_order` value will have their `sort_order`s reordered.\n"
},
"description": {
"type": "string",
"description": "The description for the image.\n"
},
"image_url": {
"type": "string",
"description": "Must be a fully qualified URL path, including protocol. Limit of 8MB per file."
}
},
"description": "Common ProductImage properties.",
"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-productimage-base"
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.