| 1 |
# V1UpdateOrderRequest |
| 2 |
|
| 3 |
### Description |
| 4 |
|
| 5 |
V1UpdateOrderRequest |
| 6 |
|
| 7 |
## Properties |
| 8 |
Name | Getter | Setter | Type | Description | Notes |
| 9 |
------------ | ------------- | ------------- | ------------- | ------------- | ------------- |
| 10 |
**action** | getAction() | setAction($value) | **string** | The action to perform on the order (COMPLETE, CANCEL, or REFUND). See [](#type-v1updateorderrequestactionV1UpdateOrderRequestAction](#type-v1updateorderrequestaction](#type-v1updateorderrequestaction) for possible values | |
| 11 |
**shipped_tracking_number** | getShippedTrackingNumber() | setShippedTrackingNumber($value) | **string** | The tracking number of the shipment associated with the order. Only valid if action is COMPLETE. | [optional] |
| 12 |
**completed_note** | getCompletedNote() | setCompletedNote($value) | **string** | A merchant-specified note about the completion of the order. Only valid if action is COMPLETE. | [optional] |
| 13 |
**refunded_note** | getRefundedNote() | setRefundedNote($value) | **string** | A merchant-specified note about the refunding of the order. Only valid if action is REFUND. | [optional] |
| 14 |
**canceled_note** | getCanceledNote() | setCanceledNote($value) | **string** | A merchant-specified note about the canceling of the order. Only valid if action is CANCEL. | [optional] |
| 15 |
|
| 16 |
Note: All properties are protected and only accessed via getters and setters. |
| 17 |
|
| 18 |
[](../../README.md#documentation-for-models[Back to Model list]](../../README.md#documentation-for-models](../../README.md#documentation-for-models) [](../../README.md#documentation-for-api-endpoints[Back to API list]](../../README.md#documentation-for-api-endpoints](../../README.md#documentation-for-api-endpoints) [](../../README.md[Back to README]](../../README.md](../../README.md) |
| 19 |
|
| 20 |
|