calculate_order_edit
Calculate changes to order totals from line item edits, additions, or removals, without applying them to the Shopify order.
Instructions
Calculate changes for an order edit without applying them
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edits | No | Items to edit | |
| orderId | Yes | Order ID to edit | |
| removals | No | Items to remove | |
| additions | No | Items to add |