Hi
I'm trying to get StockLocations from D365 BC Cloud. Plug-in unit is installed on customer BC.
Trying to call the endpoint with request for getting StockLocations like this will just result in a timeout:
<GetEcomData>
<tables>
<ProductStock type="all" importStockLocations="true" />
</tables>
</GetEcomData>
Executing the request without the importStockLocations parameter works as intended:
<GetEcomData>
<tables>
<ProductStock type="all"/>
</tables>
</GetEcomData>
Any ideas?