ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface MySimpleStoreAsset

    A media asset on the product-detail response. The resized URLs are used for the product image.

    interface MySimpleStoreAsset {
        id: string;
        large_url?: string;
        small_url?: string;
    }
    Index

    Properties

    id: string

    Asset id

    large_url?: string

    Large (zoom) image URL

    small_url?: string

    Small (thumbnail) image URL