apply_order_edit
Modify an existing Shopify order by adding or removing line items, changing quantities or prices, and optionally adding a note.
Instructions
Apply an order edit to the order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Note about the edit | |
| edits | No | Items to edit | |
| orderId | Yes | Order ID to edit | |
| removals | No | Items to remove | |
| additions | No | Items to add |