ODBC guide

Update an order


Updates an existing order record identified by its Id. You can modify attributes like FulfillmentStatus, Phone, and Note.

UPDATE Orders 
SET FulfillmentStatus = 'john.doe5@gmail.com',
Phone = '7705553111',
Note= 'This is a new note that needed to be added to the order later.'
WHERE Id=1111111111111