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