post https://app-staging.b2brouter.net/orders//mark_as.
Switch the state of an existing order.
Log in to see full request history
Responses
204State successfully switched
401Unauthorized
404Order not found
Switch the state of an existing order.
204State successfully switched
401Unauthorized
404Order not found
xxxxxxxxxx
curl --request POST \
--url https://app-staging.b2brouter.net/orders/id/mark_as.json \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"state": "delivery_confirmed"
}
'
Try It!
to start a request and see the response here! Or choose an example: