---
title: "Get available actions for an order"
method: GET
path: "/v3/orders/{id}/actions"
tags: ["Orders"]
---

# Get available actions for an order

`GET /v3/orders/{id}/actions`

Requires the `order:read` scope. Retrieve flags to determine available actions for an order.

## Response `200`

Available actions

- OrderAvailableActions
  - `id` string, uuid — Canonical UUIDv7 order primary key returned by the partitioned orders table.
  - `is_digital_product_present` boolean
  - `is_lms_product_present` boolean
  - `is_physical_product_present` boolean
  - `order_id` string
  - `public_order_url` string, uri, nullable — Public order URL built from metadata.custom_domain_full_url and secret_slug.
  - `payment_url` string, uri, nullable — Payment URL built from public_order_url with /success appended.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/4354959d76dc/schema)
