---
title: "Downloads a specified store theme."
method: POST
path: "/themes/{theme_id}/actions/download"
tags: ["Themes"]
---

# Downloads a specified store theme.

`POST /themes/{theme_id}/actions/download`

## Request body

- WhichThemeToDownload — An object specifying which theme to download. One of: `original`: the original Marketplace or uploaded custom theme; `last_activated`: the theme version most recently applied to the store; `last_created`: the theme version most recently created.
  - `which` 'original' | 'last_activated' | 'last_created' — Which revision to use.

## Response `200`

Job ID for the background job processing the download.

- JobId — The job identifier.
  - `job_id` string — The job identifier.

## Other responses

- `default` — Error message.

---

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