Update Order Status
Updates the order status
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
order_id
Request
This endpoint expects an object.
status
Response
This endpoint returns an object.
id
Unique identifier for the order
store
Store information associated with the order
customer
Customer who placed the order
status
Current status of the order
price
Total price of the order in cents
tax
Total tax amount in cents
items
List of items in the order
ready_by
Requested ready time for the order
created_at
Time when the order was created
is_read
Whether the order has been read
in_pos
Whether the order has been synced to POS
object
Usually "Order" for an order object
customer_comments
Optional comments from the customer
ready_at
Actual time when order was marked ready
completed_at
Time when the order was completed
payment_status
Current status of the payment
Allowed values:
payment_method
Method used for payment
Allowed values:

