Name | Description | Type | Additional information |
---|---|---|---|
OrderId | integer |
None. |
|
LocationId | integer |
None. |
|
IsFullRefund |
Default logic (if false) - mark original order as deleted and rollback any activities were happened when sale, like a payment transactions, inventory changes and so on. If it's true - it will left sale as is and just create another refund-order in same way as our normal flow of the system - but skip payments processing (payments should be processed before that call outside the system). |
boolean |
None. |