These endpoints should show related records for a given resource. The relationship endpoints you should expose are: - GET /api/v1/merchants/:id/items - return all items associated with a merchant. - return a 404 if merchant is not found
These endpoints should show related records for a given resource. The relationship endpoints you should expose are: