Entities
Block
Entities
Block
Represents an item (product or video) in a proposal
{
updated_at?: number
source_content_updated_at?: number
comment?: string
content_id?: number
currency?: string
description?: string
fixed_discount?: number
image_uuids?: string[]
inventory_connected?: boolean
language: string
multi_product_data?: MultiProductRow[]
multi_product_enabled?: boolean
optional_picked?: boolean
optional?: boolean
package_split?: PackageSplit
percent_discount?: number
quantity_editable?: boolean
quantity_max?: number
quantity_min?: number
quantity_variable_data?: string
quantity_variable?: boolean
quantity_visible?: boolean
quantity?: number
recurring?: boolean
relative?: boolean
sources?: {
integration: {
integrationId: number
uniqueId: string
metadata: Record<string, unknown>
}
}
title?: string
type: 'product-block' | 'video-block'
unit_value_with_discount_with_tax?: number
unit_value_with_discount_without_tax?: number
unit_value_without_discount_with_tax?: number
unit_value_without_discount_without_tax?: number
unit?: Unit
uuid: string
video_url?: string
}