I have developed a JTL Shop plugin for creating delivery missions from orders for our delivery method. Same plugin, through a webhook listens for order status updates and updates the cStatus column of the tbestellung table.
I'm trying to figure out if this is the right way of doing this, would the shop automatically synchronize with JTL Wawi? If possible I want to deal with the order updates on the JTL Shop side, but I'm not sure if what I'm doing is right.
By the way, below are the only order status cStatus I could find empirically. I couldn't find "delivered" or "completed" or any other status type. Is this documented somewhere?
1 new
2 in progress
3 paid
4 shipped
5 partially delivered
-1 cancelled
I'm trying to figure out if this is the right way of doing this, would the shop automatically synchronize with JTL Wawi? If possible I want to deal with the order updates on the JTL Shop side, but I'm not sure if what I'm doing is right.
By the way, below are the only order status cStatus I could find empirically. I couldn't find "delivered" or "completed" or any other status type. Is this documented somewhere?
1 new
2 in progress
3 paid
4 shipped
5 partially delivered
-1 cancelled