BigCommerce · Schema

VariantState

The state of the channel listing variant.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-variantstate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VariantState",
  "title": "VariantState",
  "type": "string",
  "description": "The state of the channel listing variant.",
  "enum": [
    "active",
    "disabled",
    "error",
    "pending",
    "pending_disable",
    "pending_delete",
    "queued",
    "rejected",
    "submitted",
    "deleted"
  ],
  "x-internal": false
}