Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1018 Bytes

File metadata and controls

34 lines (19 loc) · 1018 Bytes

UltraCartRestApiV2.CartItemMultimedia

Properties

Name Type Description Notes
code String Code assigned to the multimedia [optional]
description String Description [optional]
exclude_from_gallery Boolean True if the image should be excluded from galleries [optional]
image_height Number Image height [optional]
image_width Number Image width [optional]
is_default Boolean True if the multimedia is the default for this type [optional]
thumbnails [CartItemMultimediaThumbnail] Thumbnails of the images [optional]
type String Type of multimedia [optional]
url String URL to view multimedia at [optional]

Enum: TypeEnum

  • Image (value: "Image")

  • PDF (value: "PDF")

  • Text (value: "Text")

  • Unknown (value: "Unknown")

  • Video (value: "Video")