Inventory API - Retrieve all uploaded product / item images
I know that I can get the primary image for each product / item or composite item, by using the /image endpoint.
https://inventory.zoho.com/api/v1/compositeitems/<item-id>/image?authtoken=<TOKEN>
This will return only one photo, even if the item has multiple images uploaded.
Is there a way to retrieve all images stored for an item via the Zoho Inventory API?