Returns all possible Shipping Methods and their costs.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public Hashtable GetShippingCosts()
Visual Basic (Declaration)
Public Function GetShippingCosts As Hashtable
Visual C++
public:
Hashtable^ GetShippingCosts()

Return Value

A hashtable consisting of
  • Key: A String identifying the name of the shipping method.
  • Value: A Decimal value that is the amount of the shipping charge for that shipping method.

If there was an error in determining a particular shipping charge, then an exception is thrown.

See Also