Food preparation time API

Can I somehow get the estimated time to prepare the food?

I create a new order when the user bought the dishes from mobile app and want to show estimated preparation time

:wave: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:
https://developer.squareup.com/docs/orders-api/quick-start/start

Additional Documentation

Order-Ahead Sample Application
Order-Ahead Application Use Case
Take a Pickup Order and Pay for It

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

No, it does not answer the question

The Orders API does not directly provide an estimated preparation time for food. However, you can use the Fulfillments feature of the Orders API to track the progress of an order. When you create an order, you can add a fulfillment object to define and track the fulfillment status and details. As the order moves through fulfillment states (like ‘preparing’ or ‘ready for pickup’), the Orders API automatically updates the status field. This can give your users an idea of the progress of their order, but it doesn’t provide a specific preparation time estimate.

This answer was reviewed by @Bryan-Square.