question

Alexey avatar image
Alexey asked Miguel Deactivated answered

Change order note for closed order

Hello,

Is it possible to change order note if the order is closed?

How can I do it?

Orders
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Miguel avatar image
Miguel Deactivated answered

Are you using the Android SDK or REST API?

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Miguel avatar image
Miguel Deactivated answered

If you are using the REST API, you can update the order's note, regardless of state, using this endpoint POST v3/merchants/{mid}/orders/{orderId} and the following body

{
"note":"updated note here"
}
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community