Is it correct, that content.ContentLink.ID == CatalogContext.Current.GetCatalogEntryDto(content.Code).CatalogEntry[0].CatalogEntryId in commerce 7.5?
For CatalogEntry, yes, but we recommend to use ReferenceConverter to get the catalog content id from ContentReference. Basically they're the same now but they might change in the future :).
Regards.
/Q
Is it correct, that content.ContentLink.ID == CatalogContext.Current.GetCatalogEntryDto(content.Code).CatalogEntry[0].CatalogEntryId in commerce 7.5?