- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2024
11:58 PM
09-08-2024
11:58 PM
Missing Get Bulk Status API Endpoint in Magento 2.4
I currently use Magento version 2.4 in my instance but cannot locate the Bulk Operation Status endpoints in the Swagger documentation. I accessed Swagger through the URL http://{host}/rest/all/schema?services=all with the correct authorization, but the endpoint for retrieving bulk status using bulkUuid is not visible.
In my previous instance with Magento version 2.3, this endpoint was accessible using the URL https://{host}/rest/all/schema?services=all.
Additionally, when I downloaded the Swagger documentation for Magento version 2.4.7-admin from the developer docs (available at: https://developer.adobe.com/commerce/webapi/rest/quick-reference/), the Bulk Operation Status endpoints were present, and they included the path parameter bulkUuid for retrieving bulk status (available at: https://developer.adobe.com/commerce/webapi/rest/use-rest/operation-status-endpoints/).
My queries are as follows:
- What could be the reason for the Bulk Operation Status endpoints not appearing in the swagger documentation of the instance http://{host}/rest/all/schema?services=all which is returning the swagger of version 2.4?
- Am I possibly missing a configuration that is causing this issue? Is there any additional setup required to enable those Bulk Operation Status endpoints?
Thanks!
Labels: