Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.06 KB

File metadata and controls

33 lines (21 loc) · 1.06 KB

CartItemMultimedia

Properties

Name Type Description Notes
code String Code assigned to the multimedia [optional]
description String Description [optional]
excludeFromGallery Boolean True if the image should be excluded from galleries [optional]
imageHeight Integer Image height [optional]
imageWidth Integer Image width [optional]
isDefault Boolean True if the multimedia is the default for this type [optional]
thumbnails List<CartItemMultimediaThumbnail> Thumbnails of the images [optional]
type TypeEnum Type of multimedia [optional]
url String URL to view multimedia at [optional]

Enum: TypeEnum

Name Value
IMAGE "Image"
PDF "PDF"
TEXT "Text"
UNKNOWN "Unknown"
VIDEO "Video"