Good morning,
When I call the webservice to create a new order (after creating a new cart) and I specify the id_carrier and current_state values it just sets the default values of these fields (not the ones that I specified).
The only solution that I found is using a PUT call right after the POST to set these values as I want, but still, that can't be the way to do it propertly.
Does anyone know any solution?
Thank you.