post https://partner-api.yelp.com/checkout/orders//confirmation_status/v3
This API is only for specific food partners.
This allows a status update to an order. This call returns a status code which indicates if the request was successful.
A notification will not be sent in the following scenarios:
- The order was made over 3 hours ago
- The same notification (same
yelp_order_id
and theconfirmation_type
) has already been sent - An ETA is provided and the notification is being sent past the ETA
- An
order_confirmed
update is trying to be sent after adeliver_in_progress
notification
This endpoint is part of the Checkout API, visit Checkout API to learn more.