I'm trying to add product details and also an image with it, so I created two separate service :
To upload photo
To add product details into the products collection.
I need to add the file id also to the product collection, so that I can retrieve the photo along with the product details.
How can I do this ?