Table of Contents

Interface ISupportServicePoints

Namespace
Dynamicweb.Ecommerce.Cart
Assembly
Dynamicweb.Ecommerce.dll

Use this if the shipping provider supports service point.

public interface ISupportServicePoints

Methods

GetServicePoints(Order)

Used for fetching all service points from the shipping provider.

IReadOnlyCollection<ServicePoint> GetServicePoints(Order order)

Parameters

order Order

Returns

IReadOnlyCollection<ServicePoint>

List of all service points from the shipping provider.

To top