Hi everyone,
we're currently using ION to integrate SCE and SAP.
We are to develop a new integration for Sales which should create Loads on SCE and add one or more shipment orders to them.
We're still doing some tests using SoapUI and we saw that both SOAP and REST calls do more or less what we need (we probably need to test a few more other cases); what we noticed though is that the field "Door" in the Load header is never set after the call.
We saw that the Door field is not in the definition of the SOAP call but we can see it in the definition of the REST API Call. None of the two seems to set it though.
The SOAP call is called LoadAPI-store while the REST call is POST/{warehouse}/loads.
This is the definition of the call in ION API page. As you can see the Door field is there but it's never passed.

Doen anyone have any clues about this?
Thank you,
Mattia