---
title: "Read order status by Loop order id"
method: GET
path: "/2023-10/order/status/{orderLoopId}"
---

# Read order status by Loop order id

`GET /2023-10/order/status/{orderLoopId}`

This endpoint allows you to retrieve the current status of an order using its Loop internal order ID.

## Path parameters

- `orderLoopId` integer, required

## Response `200`

- object
  - `success` boolean — Indicates whether the request was processed successfully.
  - `message` string — A message describing the result of the request.
  - `data` object
    - `id` integer — The unique internal identifier of the order in Loop.
    - `status` string — The current processing status of the order.
  - `code` string — The response code indicating the outcome of the request.
  - `pageInfo` unknown

---

[API](https://skmtc.dev/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.dev/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loopwork/storefront-api/revisions/1524500daa02/schema)
