BigCommerce · Schema

widget_Put

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-widget-put-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/widget_Put",
  "title": "widget_Put",
  "allOf": [
    {
      "$ref": "#/components/schemas/widget_Base"
    },
    {
      "type": "object",
      "properties": {
        "widget_template_uuid": {
          "type": "string",
          "description": "The widget template UUID."
        },
        "channel_id": {
          "type": "integer"
        },
        "upgrade": {
          "type": "boolean",
          "description": "Upgrade the Widget to latest version of the WidgetTemplate."
        }
      }
    }
  ],
  "x-internal": false
}