---
title: "Get Order Status"
method: GET
path: "/orders/{yelp_order_id}/status/v3"
tags: ["Checkout API"]
---

# Get Order Status

`GET /orders/{yelp_order_id}/status/v3`

Get the status of a Yelp Checkout Order.

Partner Server is free to poll the status of an order at any time. It will also be provided as part of the `OrderStatusChangeNotification`.

See [OrderStatus](https://docs.developer.yelp.com/docs/resources#orderstatus) resource for more info.

## Parameters

- `#/paths/~1orders~1%7Byelp_order_id%7D~1update~1v3/put/parameters/0` — unresolved $ref

## Response `200`

Successfully retrieved the order status.

- object
  - `yelp_order_id` string
  - `order_status` string
  - `time_created` string
  - `time_updated` string

---

[API](https://skmtc.net/yelp/apis/businesses.md) · [All operations](https://skmtc.net/yelp/apis/businesses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yelp/businesses/revisions/d3f744f55ed7/schema)
