Retrieves the last modified timestamp for media content. This is useful for determining when to update cached media or for incremental synchronization.
Use changeTimeStamp to implement efficient incremental synchronization. Store the timestamp of your last successful sync and use it in subsequent calls to retrieve only updated media.
This method is particularly useful for maintaining a local cache of product media without having to re-download all media files on every sync.