A reference to an image, hosted in the A+ Content media library.

ImageComponent

interface ImageComponent {
    altText: string;
    imageCropSpecification: ImageCropSpecification;
    uploadDestinationId: string;
}

Properties

altText: string

The alternative text for the image.

ImageComponent

imageCropSpecification: ImageCropSpecification

ImageComponent

uploadDestinationId: string

This identifier is provided by the Selling Partner API for Uploads.

ImageComponent