...
Payload of “scale_product“ event :
product: {type: 'wall_mural', name: 'product_name', vendor_code: 'product_sku_id', link: 'https://wizart.ai', width: '2', ...}
scale: number(1.25 for example)
Code Block |
---|
{product: {type: 'wall_mural', name: 'product_name', vendor_code: 'product_sku_id', width:'2', height:'1', ...other original data of product, } scale: 1.25 // scaling from 0.5 to 4 } |
...