update_customer_order_status
Update a customer order's status by passing its UUID and the new state's meta href, obtained via get_metadata for customerorder.
Instructions
Change the status/state of a customer order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Customer order UUID | |
| state_href | Yes | Meta href of the new state. Get states via get_metadata for customerorder |