BigCommerce · Schema
ChannelProductVariantFull
Details about a variant of the product for this channel listing.
E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
Properties
| Name | Type | Description |
|---|---|---|
| channel_id | object | |
| product_id | object | |
| variant_id | object | |
| external_id | object | |
| state | object | |
| name | object | |
| description | object | |
| date_created | object | |
| date_modified | object |
JSON Schema
{
"$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
}