The products/latest API endpoint currently returns the same results as collection/{lidvid}/products/all. We need to update the API service to handle this the way it should.
Per @tdddblog 's comment, this will mostly require some refactoring of how collection's products are handled in the registry.
💪 Motivation
...so that I can get all versions of all products associated with a collection/bundle LID
📖 Additional Details
Per the original issue:
The
products/latest
API endpoint currently returns the same results ascollection/{lidvid}/products/all
. We need to update the API service to handle this the way it should.Per @tdddblog 's comment, this will mostly require some refactoring of how collection's products are handled in the registry.
⚖️ Acceptance Criteria
Given When I perform Then I expect
⚙️ Engineering Details