Skip to content

Drive one legal status transition (422 on an illegal edge)

POST
/admin/v1/orders/{id}/transitions
curl --request POST \
--url https://your-store.example.com/admin/v1/orders/example/transitions \
--header 'Content-Type: application/json' \
--data '{ "to": "pending_payment", "note": "example" }'
id
required
string
Media type application/json
object
to
required
string
Allowed values: pending_payment paid fulfilled shipped delivered completed cancelled refunded partially_refunded
note
string
>= 1 characters <= 1000 characters