Convert Test Order To Actual Order

I accidentally set test = true in Create order API and all my orders showing

Test order> > Your payment gateway was in test mode when this order was created.

I want to convert these test orders to actual orders. Is there an option in a dashboard or API to update the order and set test = false

Hi, @Shakir-bhat

Shopify allows updating a few fields while using order API. You can’t update the test field of the order. You can check the API documentation for more details.

image.png

https://shopify.dev/api/admin-rest/2022-10/resources/order#put-orders-order-id

Hope it’ll help

All the best,

Team CedCommerce