BigCommerce · Schema

Product Option Selection

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
option_id number
option_value string
View JSON Schema on GitHub

JSON Schema

bigcommerce-productoptionselection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductOptionSelection",
  "title": "Product Option Selection",
  "type": "object",
  "properties": {
    "option_id": {
      "type": "number"
    },
    "option_value": {
      "type": "string"
    }
  },
  "x-internal": false
}