BigCommerce · Schema

Variation

A variation.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
description string The description.
external_id string The external identifier.
name string The name.
uuid string The identifier.
View JSON Schema on GitHub

JSON Schema

bigcommerce-variation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Variation",
  "title": "Variation",
  "description": "A variation.",
  "type": "object",
  "properties": {
    "description": {
      "description": "The description.",
      "type": "string"
    },
    "external_id": {
      "description": "The external identifier.",
      "type": "string"
    },
    "name": {
      "description": "The name.",
      "type": "string"
    },
    "uuid": {
      "description": "The identifier.",
      "type": "string"
    }
  },
  "x-internal": false
}