BigCommerce · Schema

productVariantOptionValue_Base

Common Product Variant Option properties.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
id integer `option_value` ID.
option_id integer `option` ID.
View JSON Schema on GitHub

JSON Schema

bigcommerce-productvariantoptionvalue-base-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/productVariantOptionValue_Base",
  "title": "productVariantOptionValue_Base",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "`option_value` ID.",
      "example": 146
    },
    "option_id": {
      "type": "integer",
      "description": "`option` ID.",
      "example": 151
    }
  },
  "description": "Common Product Variant Option properties.",
  "x-internal": false
}