Describe the issue:
For orders coming through Shopify, it often happens that the customer requests order changes afterwards.
For example:
adding/deleting products
adding shipping charges or discounts as new lines
They would like a scheduleable task that checks the Sales Orders that have not yet been processed in BC and the related source Shopify orders.
There is a feature on Shopify order that allows you to update the Shopify order that has already been synchronized with BC with the changes made in Shopify: Sync order from Shopify
Expected behavior
Extensibility Requests
Make "Shpfy Import Order" (CU 30161) or "Shpfy Order Mapping" (CU 30163) accessible to extensions
TheShpfy Import Order codeunit already has the exact procedures we need:
ReimportExistingOrderConfirmIfConflicting
These are currently Access = Internal.
