---
title: "Gets a fulfillment cancellation by its unique identifier"
method: GET
path: "/fulfillment-cancellations/{id}"
tags: ["Fulfillment Cancellations"]
---

# Gets a fulfillment cancellation by its unique identifier

`GET /fulfillment-cancellations/{id}`

Retrieves the details of a fulfillment cancellation. Supply the unique identifier of the cancellation.

## Path parameters

- `id` string, required

## Response `200`

OK.

- GlobalFulfillmentCancellationResponse
  - `id` string — The unique identifier of the fulfillment cancellation
  - `createdTime` string, date-time — The time at which the fulfillment cancellation was created.
  - `fulfillmentOrderId` string — The unique identifier of the fulfillment order associated with the fulfillment cancellation.
  - `upstreamId` string — The unique identifier of the upstream order.
  - `items` GlobalFulfillmentCancellationItemResponse[]
    - `fulfillmentOrderItemId` string — The identifier of the fulfillment order item.
    - `fulfillmentOrderItemUpstreamId` string — The identifier of the item in the upstream fulfillment order
    - `inventoryItemId` string — The identifier of the inventory item.
    - `quantity` integer — The quantity specified in the fulfillment cancellation request.
    - `quantityAccepted` integer — The quantity accepted for cancellation by the fulfiller.
    - `state` 'pending' | 'accepted' | 'rejected' — An enumeration indicating the current state of the item in the fulfillment cancellation.
  - `reason` string — The reason for the cancellation.
  - `state` 'pending' | 'accepted' | 'rejected' — An enumeration indicating the state of the fulfillment cancellation.
  - `livemode` boolean — Has the value true if the object exists in live mode or the value false if the object exists in test mode.

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `403` — 403 Forbidden
- `404` — 404 Not Found
- `405` — 405 Method Not Allowed
- `406` — 406 Not Acceptable
- `408` — 408 Request Timeout
- `429` — 429 Too Many Requests
- `500` — 500 Internal Server Error
- `502` — 502 Bad Gateway Error
- `503` — 503 Service Unavailable Error
- `504` — 504 Gateway Timeout Error

---

[API](https://skmtc.net/digitalriver/apis/digital-river-api-reference.md) · [All operations](https://skmtc.net/digitalriver/apis/digital-river-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/digital-river-api-reference/revisions/f21981db32be/schema)
