Get Order By Id
Retrieves the details of a specific order by its unique identifier (order_id).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
order_id
Response
Successful Response
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:

