The Upsell entity at YouCan.
| Attribute Name | Type | Description |
|---|---|---|
| id | string | Identifier (UUID) |
| name | string | Name |
| description | string, null | Description |
| product_id | uuid | Product id concerned by this upsell |
| product_offer_ids | array | Array of product ids the upsell will display |
| actions | array of objects [Action] | Yes, No buttons with their setting |
| footer | string, null | Text displayed in bottom for upsell |
| weight | int, (default: 1) | The weight |
| active | int, (default: 0) | Status of upsell 0: Inactive, 1: Active |
Action
Yes button (btn_yes)
| Param Name | Param Type | Description | Required |
|---|---|---|---|
title | string | Button title | yes |
size | string | Button size small/large | yes |
bg_color | string | Button background color | yes |
font_size | string | Font size of text | yes |
font_color | string | Font color of text | yes |
No button (btn_no)
| Param Name | Param Type | Description | Required |
|---|---|---|---|
title | string | Button title | yes |
size | string | Button size small/large | yes |
bg_color | string | Button background color | yes |
font_size | string | Font size of text | yes |
font_color | string | Font color of text | yes |