UPDATE ORDERS ENDPOINT

Have to make application using REST APIs, which will allow me to UPDATE ORDERS via endpoint (mark them PAID, or FULFILLED), like im updating INVENTORY here:
url: " https://www.wixapis.com/stores/v1/inventoryItems/ "
mehod: PATCH

1 Like

UP

UP

1 Like

UP

The Stores data collections are read only so you won’t be able to update the fields in your data. See the article Working with Wix App Collections . For more information on the Stores Orders collection, see the article Corvid: Wix Stores “Orders” Collection Fields .

Feel free to post a Feature Request .

1 Like

Maybe i can do it via application?

@aromaster The collections are read only, and the API does not currently support updating collection fields.

I created an example for wholesale data for a store by adding my own collection and using that. You might be able to put something together based on that.

@yisrael-wix Will write operations be supported someday? And is there a way to update store collections somehow? using Corvid, or building application?

1 Like

@aromaster The Stores app and its API is always being enhanced so the features you want might eventually be implemented.

Feel free to post a Feature Request .

@yisrael-wix posted request https://www.wix.com/corvid/forum/community-feature-request/ability-to-update-store-orders-via-code