BigCommerce · Schema

IsListableFromUI

Indicates if a channel can create listings from the BigCommerce UI. Default value for this field is based on the channel type and platform combination if not specified on create.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-islistablefromui-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IsListableFromUI",
  "title": "IsListableFromUI",
  "type": "boolean",
  "description": "Indicates if a channel can create listings from the BigCommerce UI. Default value for this field is based on the channel type and platform combination if not specified on create.",
  "x-internal": false,
  "x-examples": {
    "example-1": true
  }
}