---
title: "This endpoint returns the availability of the actions you can take against an order: cancel, update shipping method, update recipient details and update metadata"
method: GET
path: "/v4.0/Orders/{orderId}/actions"
tags: ["Orders"]
---

# This endpoint returns the availability of the actions you can take against an order: cancel, update shipping method, update recipient details and update metadata

`GET /v4.0/Orders/{orderId}/actions`

## Path parameters

- `orderId` string, required

## Response `200`

Returns the availability of the four actions

- OrderOrderActionsDto
  - `outcome` string, nullable
  - `traceParent` string, nullable
  - `cancel` OrderActionCapabilityDto
    - `isAvailable` 0 | 1 | 2
  - `changeRecipientDetails` OrderActionCapabilityDto
    - `isAvailable` 0 | 1 | 2
  - `changeShippingMethod` OrderActionCapabilityDto
    - `isAvailable` 0 | 1 | 2
  - `changeMetaData` OrderActionCapabilityDto
    - `isAvailable` 0 | 1 | 2

## Other responses

- `401` — Unauthorized response

---

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