assets

Get a single asset by ID

get/admin/assets/item/{itemId}

Path parameters

itemIdnumber required

ID of the asset to retrieve

Response

idnumber
namestring

Filename

urlstring

URL of the asset

thumbnailstring

Thumbnail URL

captionstring
descriptionstring
linkstring

Product link associated with the asset

widthnumber

Image width in pixels (null for non-image types)

heightnumber

Image height in pixels (null for non-image types)

sizenumber

File size in bytes

parent_idnumber

ID of the parent folder (null if root)

positionnumber

Sort position

typestring

Asset type (e.g. static, folder)

metadataobject

Additional metadata stored as a JSON object

created_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.