Langsung ke konten utama
GET
/
v3
/
orders
/
{id}
/
actions
Get available actions for an order
curl --request GET \
  --url https://api.scalev.com/v3/orders/{id}/actions \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "is_digital_product_present": true,
  "is_lms_product_present": true,
  "is_physical_product_present": true,
  "order_id": "<string>",
  "public_order_url": "<string>",
  "payment_url": "<string>"
}

Otorisasi

Authorization
string
header
wajib

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parameter Path

id
string
wajib

Canonical UUIDv7 order primary key. For migrated orders, legacy numeric core_order.id values remain accepted for compatibility.

Respons

Available actions

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> | null

Public order URL built from metadata.custom_domain_full_url and secret_slug.

payment_url
string<uri> | null

Payment URL built from public_order_url with /success appended.