IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
To create a custom shipping carrier provider class, you must perform the following:
The class receives a parameter of type IShippingRequest which holds most of the shipping settings data you will need to pass to your shipping provider. A few of the shipping methods also receive additional parameters with data necessary for that specific shipping type.
Every method returns an instance of a ShippingResponseContext object. After calling your shipping processor, you will need to parse the results returned from the processor and store those results in an instance of an ShippingResponseContext object which your method will return to the calling method. The ShippingResponseContext object has a list of IShippingResponse objects which are unique service responses that are usually used for First Day Air, Second Day Air, 3 Day shipping etc.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important