The user choice should be passed to the PaazlUpdateShippingOptionsForOrder service, using the same OrderID as before, and the selected
PaazlShippingOption as previously returned by the first service. When not using a pickup point service, leave the Address array empty when
returning it. When using a pickup point service, return the array with a single element.
If you called PaazlGetShippingOptionsForOrder with a ZipCode/CountryID override, be sure to specify the same values here!
This service is a wrapper around various other services;
SetShippingMethod service to set the entire order to specified shipping method (property Type will be mapped to an EVA shipping method)
UpdateOrderAddresses service to set the pickup point address as ShippingAddress (in case of a pickup point selection)
SetDeliveryOrderData service to store the additional delivery data for the order
And it will recalculate the shipping costs, based on this new selection
The user choice should be passed to the
PaazlUpdateShippingOptionsForOrder
service, using the sameOrderID
as before, and the selectedPaazlShippingOption
as previously returned by the first service. When not using a pickup point service, leave theAddress
array empty when returning it. When using a pickup point service, return the array with a single element.If you called
PaazlGetShippingOptionsForOrder
with aZipCode
/CountryID
override, be sure to specify the same values here!This service is a wrapper around various other services;
SetShippingMethod
service to set the entire order to specified shipping method (propertyType
will be mapped to an EVA shipping method)UpdateOrderAddresses
service to set the pickup point address asShippingAddress
(in case of a pickup point selection)SetDeliveryOrderData
service to store the additional delivery data for the order