Record
update-order-params
No description available.
record update-order-params {
location-id: string,
order-id: string,
action: string,
canceled-note: option<string>,
completed-note: option<string>,
refunded-note: option<string>,
shipped-tracking-number: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| location-id | string | |
| order-id | string | |
| action | string | |
| canceled-note | option<string> | |
| completed-note | option<string> | |
| refunded-note | option<string> | |
| shipped-tracking-number | option<string> |