Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Payload of “scale_product“ event :

  1. product: {type: 'wall_mural', name: 'product_name', vendor_code: 'product_sku_id', link: 'https://wizart.ai', width: '2', ...}

  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
}

...