ordercloud-api / ordercloud-dotnet-catalyst

A foundational library for OrderCloud integrations and server-side projects in .NET
Apache License 2.0
9 stars 15 forks source link

Add Integration Support for Order Returns #115

Open oliverheywood451 opened 1 year ago

oliverheywood451 commented 1 year ago

OrderCloud now supports Order Returns. There are some things in catalyst or the example middleware needed for this. First, OC has an integration event for calculating the return cost. Some example calculation should be put together in the example project. Second, Catalyst Lib should change so the Tax provider and Payment Processor are updated correctly when the return is finalized. That should happen in a webhook probably. And it probably involves updating the Tax interface with a new method.