You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the optimisation module, the class Job doesn't accept the keyword argument delivery.
However in the online POSTexample, the keyword delivery is passed for each job:
Is there something in the background transforming the jobs of the POST example into jobs and shipments? How can I reproduce the POST example using Python?