Image information for a cart line item.

interface ShopifyCartLineImage {
    lg: string;
    md: string;
    sm: string;
    altText?: string;
}

Properties

Properties

lg: string

Large size image URL.

md: string

Medium size image URL.

sm: string

Small size image URL.

altText?: string

Alternative text for the image.