BigCommerce · Schema

productModifierOptionValue_Full

Product Modifer `option_value`.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-productmodifieroptionvalue-full-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/productModifierOptionValue_Full",
  "title": "productModifierOptionValue_Full",
  "description": "Product Modifer `option_value`.",
  "allOf": [
    {
      "$ref": "#/components/schemas/productModifierOptionValue_Base"
    },
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "description": "The unique numeric ID of the value; increments sequentially.\n"
        },
        "option_id": {
          "type": "integer"
        }
      }
    }
  ],
  "x-internal": false
}