Error Updating ConnectPOS Order

Error Updating ConnectPOS Order

Samy023
Shopify Partner
4 0 0

Hello, i would to see if someone is facing a similar issue, im trying to update an Order created by ConnectPOS, more specifically im trying to update the notes field doing something like this on an order/create handler.

 

 order.note = noteValues.join(`\n`)
 await order.save({
        update: true,
 });

This works fine when i create an order either from the website or admin panel, but it crashes with the following error when i do the same using the ConnectPOS app, it looks like the order its read only? has somebody else faced this issue? any possible solutions?

Samy023_0-1720814596399.png

 

Replies 0 (0)