BigCommerce · Schema

complexRule_Base

Common ComplexRule properties.

E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service

Properties

Name Type Description
id integer The unique numeric ID of the rule; increments sequentially. Read-Only
product_id integer The unique numeric ID of the product with which the rule is associated; increments sequentially.
sort_order integer The priority to give this rule when making adjustments to the product properties.
enabled boolean Flag for determining whether the rule is to be used when adjusting a productʼs price, weight, image, or availabilty.
stop boolean Flag for determining whether other rules should not be applied after this rule has been applied.
purchasing_disabled boolean Flag for determining whether the rule should disable purchasing of a product when the conditions are applied.
purchasing_disabled_message string Message displayed on the storefront when a rule disables the purchasing of a product.
purchasing_hidden boolean Flag for determining whether the rule should hide purchasing of a product when the conditions are applied.
image_url string The URL for an image displayed on the storefront when the conditions are applied. Limit of 8MB per file.
price_adjuster object
weight_adjuster object
conditions array
View JSON Schema on GitHub

JSON Schema

bigcommerce-complexrule-base-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/complexRule_Base",
  "title": "complexRule_Base",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The unique numeric ID of the rule; increments sequentially.\nRead-Only",
      "example": 5
    },
    "product_id": {
      "type": "integer",
      "description": "The unique numeric ID of the product with which the rule is associated; increments sequentially.\n",
      "nullable": true,
      "example": 67,
      "x-required": [
        "post",
        "put"
      ]
    },
    "sort_order": {
      "maximum": 2147483647,
      "minimum": -2147483648,
      "type": "integer",
      "description": "The priority to give this rule when making adjustments to the product properties.\n",
      "example": 0
    },
    "enabled": {
      "type": "boolean",
      "description": "Flag for determining whether the rule is to be used when adjusting a product\u02bcs price, weight, image, or availabilty.\n",
      "example": true
    },
    "stop": {
      "type": "boolean",
      "description": "Flag for determining whether other rules should not be applied after this rule has been applied.\n"
    },
    "purchasing_disabled": {
      "type": "boolean",
      "description": "Flag for determining whether the rule should disable purchasing of a product when the conditions are applied.\n"
    },
    "purchasing_disabled_message": {
      "maxLength": 255,
      "minLength": 0,
      "type": "string",
      "description": "Message displayed on the storefront when a rule disables the purchasing of a product.\n",
      "example": "This product is not available at this time."
    },
    "purchasing_hidden": {
      "type": "boolean",
      "description": "Flag for determining whether the rule should hide purchasing of a product when the conditions are applied.\n"
    },
    "image_url": {
      "type": "string",
      "description": "The URL for an image displayed on the storefront when the conditions are applied. Limit of 8MB per file.\n",
      "example": "https://cdn8.bigcommerce.com/s-123456/product_images/d/fakeimage.png"
    },
    "price_adjuster": {
      "$ref": "#/components/schemas/adjuster_Full"
    },
    "weight_adjuster": {
      "$ref": "#/components/schemas/adjuster_Full"
    },
    "conditions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/complexRuleConditionBase"
      }
    }
  },
  "description": "Common ComplexRule 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.
All 92 tools →

Call it yourself

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