Hello, I was wondering how to extract the information on how much does an order to be served as I cannot find the APIs. Is there a way to obtain this information and extracting to other platforms? As this information is being recorded, and shown in the reports of Square.
Thanks a lot!
I’m not sure I fully understand the question. With the Orders API you’ll get all the itemized order details. Is that what your looking for?
Not really, the orders API does not have how much time takes to make an order. and thats what i am look for.
thanks a lot for the reply!
The order will have the fulfillment object. That object contains the prep_time_duration
for pickup orders which is the duration of time it takes to prepare this fulfillment.