---
title: "Update downloadable product metadata"
method: POST
path: "/public/update-downloadable-product-metadata"
tags: ["Product"]
---

# Update downloadable product metadata

`POST /public/update-downloadable-product-metadata`

Update metadata and settings for a downloadable product

Authentication with the "FERMION-API-KEY" header is required to use this endpoint.

Rate limit: Maximum 60 requests in a window of 1m.

## Request body

- object
  - `data` object[], required
    - `data` object, required
      - `productSlug` string, required — Slug of the downloadable product
      - `title` string — Display title for the product
      - `shortDescription` string — Brief description shown on product listing pages
      - `longDescription` string — Detailed description shown on the product page
      - `activeVersionIndex` integer — Index of the version to make active (from process-uploaded-downloadable-product response). Must be an uploaded and processed version.

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

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