Setting an order as fulfilled

I’ve got a script that runs when a new order is created and it processes the items and I want to programmatically mark the order as fulfilled once this is done. I cannot seem to find a way to do this. Is it even possible?

2 Likes

https://www.wix.com/corvid/reference/wix-stores-backend.Events.html

Thanks, but nothing there answers the question. I’m already using the API to set events to process the orders as they come in, but is it possible to set the order to fulfilled after the fact and how is it done?

Need to do the same thing, API does not provide anything like that right now, as I know.

https://www.wix.com/corvid/reference/$w.ThankYouPage.html

https://support.wix.com/en/article/marking-an-order-as-fulfilled-in-wix-stores
https://support.wix.com/en/article/request-connecting-wix-stores-with-an-order-fulfillment-service

Hi,

The orders collection is Read Only.
We hope to offer the ability to modify order status programmatically in the future.