BigCommerce · Schema

is_visible

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
is_visible boolean Flag to determine whether the product should be displayed to customers browsing the store. If `true`, the category will be displayed. If `false`, the category will be hidden from view.
View JSON Schema on GitHub

JSON Schema

bigcommerce-is-visible-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/is_visible",
  "title": "is_visible",
  "type": "object",
  "properties": {
    "is_visible": {
      "type": "boolean",
      "description": "Flag to determine whether the product should be displayed to customers browsing the store. If `true`, the category will be displayed. If `false`, the category will be hidden from view.\n"
    }
  }
}