---
title: "Mark digital download as downloaded"
method: PUT
path: "/open-api/v1.0/order/{orderId}/downloaded"
tags: ["Orders"]
---

# Mark digital download as downloaded

`PUT /open-api/v1.0/order/{orderId}/downloaded`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Marks digital download as downloaded. If no downloads exist for a digital order and defaultFileUrl is provided in the request body, creates a download with that URL and marks it as downloaded.

## Path parameters

- `orderId` string, required

## Request body

- ComFourthwallAppOpenapiEndpointOpenApiOrderEndpointMarkDownloadAsDownloadedRequest
  - `defaultFileUrl` string

## Response `200`

OK

## Other responses

- `400` — Possible errors: `ORDER_HAS_NO_DOWNLOADS_ERROR`
- `404` — Possible errors: `DOWNLOAD_NOT_FOUND_ERROR`, `OFFER_VARIANT_NOT_FOUND_ERROR`
- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

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