{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ChannelProductVariantFull", "title": "ChannelProductVariantFull", "type": "object", "description": "Details about a variant of the product for this channel listing.", "properties": { "channel_id": { "$ref": "#/components/schemas/ChannelIdForListing" }, "product_id": { "$ref": "#/components/schemas/ProductId" }, "variant_id": { "$ref": "#/components/schemas/VariantId" }, "external_id": { "$ref": "#/components/schemas/ExternalId" }, "state": { "$ref": "#/components/schemas/VariantState" }, "name": { "$ref": "#/components/schemas/ChannelProductVariantName" }, "description": { "$ref": "#/components/schemas/ChannelProductVariantDescription" }, "date_created": { "$ref": "#/components/schemas/ChannelListingVariantDateCreated" }, "date_modified": { "$ref": "#/components/schemas/ChannelListingVariantDateModified" } }, "x-internal": false }