Hello @divya
Can you share the logs from laravel.log file to debug the issue more at our end.
Usually this error "Unexpected non-iterable value for to-many relation" in Bagisto Swagger occurs when API Platform tries to serialize a relationship field (like images, categories, or variants) that should return an array/collection, but instead returns null or a single object.
Regards