cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 APIs inconsistencies

Magento 2 APIs inconsistencies

Hi,

 

We are working with Magento APIs to integrate an application and need clarification related to the below points:

  1. In the case of bulk APIs, is there any upper limit on request data size? e.g. How many customers can I create using customer bulk API in one go?

  2. Are there any APIs that allow you to upload files as part of the API request?

  3. For GET APIs, is there any upper limit on the query string length?

  4. We noticed that store code could be added as a path parameter for all APIs but doesn't impact all APIs. Is there any way to find out which APIs need store id as a necessary path parameter?

  5. Attribute metadata API is available only for returns, customer, customer address. How can we get a similar response for other entities e.g. product, customer, order etc.?

Thanks.