Skip to main content
GET
/
v3
/
orders
/
{id}
/
actions
Get available actions for an order
curl --request GET \
  --url https://api.myscalev.com/v3/orders/{id}/actions \
  --header 'Authorization: Bearer <token>'
{
  "id": 123,
  "is_digital_product_present": true,
  "is_lms_product_present": true,
  "is_physical_product_present": true,
  "order_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

Available actions

id
integer
is_digital_product_present
boolean
is_lms_product_present
boolean
is_physical_product_present
boolean
order_id
string