Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.76 KB

File metadata and controls

40 lines (28 loc) · 1.76 KB

ItemContentMultimedia

Properties

Name Type Description Notes
cloudUrl String URL where the image can be downloaded from the cloud [optional]
cloudUrlExpiration String Expiration date of the cloud URL [optional]
code String Code assigned to the file [optional]
description String Description [optional]
excludeFromGallery Boolean True to exclude from multimedia gallery [optional]
fileName String File name [optional]
height Integer Height of the image [optional]
merchantItemMultimediaOid Integer Item multimedia object identifier [optional]
orphan Boolean True if the multimedia is an orphan of the active StoreFront themes [optional]
placeholder Boolean True if the object is a place holder that can be populated [optional]
size Integer Size of the file in bytes if known [optional]
tempMultimediaOid Integer Temporary multimedia object identifier assigned if uploading new multimedia [optional]
thumbnails List<ItemContentMultimediaThumbnail> Thumbnails of this image [optional]
type TypeEnum Type of file [optional]
url String URL to download file (on new multimedia record this can be a URL for UltraCart to fetch) [optional]
width Integer Width of the image [optional]

Enum: TypeEnum

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