Remove order item
remove_order_itemRemove a line item from an order. Recomputes the order total. Use get_order to find the order's externalId and the item's itemId. The result echoes the operating workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The order item id returned by get_order. | |
| externalId | Yes | The order externalId returned by list_orders or create_order. |