cancel
Showing results for 
Search instead for 
Did you mean: 

Missing Get Bulk Status API Endpoint in Magento 2.4

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.
image.png

In my previous instance with Magento version 2.3, this endpoint was accessible using the URL https://{host}/rest/all/schema?services=all.image (1).png

image.png

 

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:

  1. 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?
  2. 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!