Update order status
Update order status
| Path Parameters |
|---|
id int32 — REQUIREDThe order id. |
status int32 — REQUIREDPossible values: [ The order status to set. |
transactionId string — REQUIREDA transaction id can be set here if status is set to pending. |
secondaryTransactionId string — REQUIREDA secondary transaction id, if any, can be set here if status is set to pending. |
| Responses | |||
|---|---|---|---|
200Ok.
| |||
400Bad request.
| |||
404Not found.
|