In the optimisation module, the class Job doesn't accept the keyword argument delivery.
However in the online POST example, 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?
Many thanks
In the optimisation module, the class Job doesn't accept the keyword argument
delivery.However in the online

POSTexample, the keyworddeliveryis passed for each job:Is there something in the background transforming the jobs of the
POSTexample into jobs and shipments? How can I reproduce thePOSTexample using Python?Many thanks