Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

OrderShippingInfo

API reference for OrderShippingInfo in Vendr, the eCommerce solution for Umbraco v8+

OrderShippingInfo

The shipping information for a Vendr order

public class OrderShippingInfo

Namespace

Properties

CountryId

Gets the ID of the shipping Country of the order

public Guid? CountryId { get; }

RegionId

Gets the ID of the shipping Region of the order

public Guid? RegionId { get; }

ShippingMethodId

Gets the ID of the ShippingMethod of the order

public Guid? ShippingMethodId { get; }

TaxRate

Gets the TaxRate of the shipping of the order

public TaxRate TaxRate { get; }

TotalPrice

Gets the total price of the shipping of the order

public ReadOnlyTotalPrice TotalPrice { get; }

Edit this page on GitHub

Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.