Hi,
We are working with Magento APIs to integrate an application and need clarification related to the below points:
- 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?
- Are there any APIs that allow you to upload files as part of the API request?
- For GET APIs, is there any upper limit on the query string length?
- 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?
- 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.