Posted on 25/11/2020 05:00:30
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.