getCartItemMultimediaThumbnail

Method Signature CartItemMultimediaThumbnail getCartItemMultimediaThumbnail(CartItem cartItem, CartItemMultimedia cartItemMultimedia, int width, int height);
Description Creates a thumbnail of the specified width and height for the given multimedia object.
Parameters CartItem – The item that the multimedia object is associated with. CartItemMultimedia – The multimedia object that you want a thumbnail of. int width – the width of the thumbnail int height – the height of the thumbnail
Result If the system is able to create the thumbnail in real-time it will return a CartItemMultimediaThumbnail object. This method can return null if the system is unable to create the thumbnail in real-time or the thumbnail is not ready from a background creation.