BigCommerce · Schema
InventorySettings
E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service
Properties
| Name | Type | Description |
|---|---|---|
| product_out_of_stock_behavior | string | Describes storefront behavior when product is out of stock. |
| option_out_of_stock_behavior | string | Describes storefront behavior when variant is out of stock. |
| update_stock_behavior | string | Describes when stock levels are updated. Global settings apply when inventory changes through a [manual order](https://support.bigcommerce.com/s/article/Creating-a-Manual-Order?language=en_US). Settin |
| edit_order_stock_adjustment | boolean | Describes whether stock levels automatically adjust when you edit an order. Global settings apply when inventory changes through a [manual order](https://support.bigcommerce.com/s/article/Creating-a-M |
| refund_order_stock_adjustment | boolean | Describes whether stock levels automatically adjust when you refund or cancel an order. Global settings apply when inventory changes through a [manual order](https://support.bigcommerce.com/s/article/ |
| stock_level_display | string | Describes whether a storefront displays stock levels. |
| default_out_of_stock_message | string | Out of stock message displayed to shoppers. |
| hide_in_product_filtering | boolean | Describes whether an option is hidden in product filtering. Applies when `option_out_of_stock_behavior` is set to `label_option`. |
| show_pre_order_stock_levels | boolean | Describes whether pre-order stock levels are shown. |
| show_out_of_stock_message | boolean | Describes whether out-of-stock messages are shown on product listing pages. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/InventorySettings",
"title": "InventorySettings",
"type": "object",
"properties": {
"product_out_of_stock_behavior": {
"type": "string",
"enum": [
"do_nothing",
"hide_product",
"hide_product_and_accessible",
"hide_product_and_redirect"
],
"description": "Describes storefront behavior when product is out of stock."
},
"option_out_of_stock_behavior": {
"type": "string",
"enum": [
"do_nothing",
"hide_option",
"label_option"
],
"description": "Describes storefront behavior when variant is out of stock."
},
"update_stock_behavior": {
"type": "string",
"enum": [
"order_placed",
"order_completed_or_shipped"
],
"description": "Describes when stock levels are updated.\n\nGlobal settings apply when inventory changes through a [manual order](https://support.bigcommerce.com/s/article/Creating-a-Manual-Order?language=en_US). Settings for a channel apply when inventory changes through an order in a channel. These settings affect webhooks that trigger from order-related events, including [product](/docs/integrations/webhooks/events#products), [SKU](/docs/integrations/webhooks/events#skus), and [inventory](/docs/integrations/webhooks/events/inventory-location#inventory) webhooks. "
},
"edit_order_stock_adjustment": {
"type": "boolean",
"description": "Describes whether stock levels automatically adjust when you edit an order.\n\nGlobal settings apply when inventory changes through a [manual order](https://support.bigcommerce.com/s/article/Creating-a-Manual-Order?language=en_US). Settings for a channel apply when inventory changes through an order in a channel. These settings affect webhooks that trigger from order-related events, including [product](/docs/integrations/webhooks/events#products), [SKU](/docs/integrations/webhooks/events#skus), and [inventory](/docs/integrations/webhooks/events/inventory-location#inventory) webhooks. "
},
"refund_order_stock_adjustment": {
"type": "boolean",
"description": "Describes whether stock levels automatically adjust when you refund or cancel an order.\n\nGlobal settings apply when inventory changes through a [manual order](https://support.bigcommerce.com/s/article/Creating-a-Manual-Order?language=en_US). Settings for a channel apply when inventory changes through an order in a channel. These settings affect webhooks that trigger from order-related events, including [product](/docs/integrations/webhooks/events#products), [SKU](/docs/integrations/webhooks/events#skus), and [inventory](/docs/integrations/webhooks/events/inventory-location#inventory) webhooks. "
},
"stock_level_display": {
"type": "string",
"enum": [
"dont_show",
"show",
"show_when_low"
],
"description": "Describes whether a storefront displays stock levels."
},
"default_out_of_stock_message": {
"type": "string",
"example": "Currently out of stock",
"description": "Out of stock message displayed to shoppers."
},
"hide_in_product_filtering": {
"type": "boolean",
"description": "Describes whether an option is hidden in product filtering. Applies when `option_out_of_stock_behavior` is set to `label_option`. "
},
"show_pre_order_stock_levels": {
"type": "boolean",
"description": "Describes whether pre-order stock levels are shown.",
"default": false,
"example": true
},
"show_out_of_stock_message": {
"type": "boolean",
"description": "Describes whether out-of-stock messages are shown on product listing pages.",
"default": false,
"example": true
}
}
}
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-inventorysettings"
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.