Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaazlUpdateShippingOptionsForOrder

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

Hierarchy

  • PaazlUpdateShippingOptionsForOrder

Index

Properties

Optional CountryID

CountryID: undefined | string

Entity type: Country

OrderID

OrderID: number

Entity type: Order

ShippingOption

ShippingOption: PaazlShippingOption

Optional ZipCode

ZipCode: undefined | string