Developer forum

Forum » Development » Create shipping document

Create shipping document

Shiwanka Chathuranga Dynamicweb Employee
Shiwanka Chathuranga
Reply

Hi All

who can advice me how should i use this function in my shipping provider?

which function should i override or ...

 

Thanks


Replies

 
Alexey Tanchenko Dynamicweb Employee
Alexey Tanchenko
Reply

To make your provider support this functionality, you have to implement the IShippingDocumentProvider interface.

It have only one method to implement - "bool CreateShippingDocument(Order order)", which calls when you click the "Create shipping documents" button.

 

You must be logged in to post in the forum