---
title: "Undelete a product"
method: POST
path: "/products/{id}/undelete"
tags: ["Products"]
---

# Undelete a product

`POST /products/{id}/undelete`

## Path parameters

- `id` string, required

## Response `200`

OK

- ProductResponse — A full response object for a product-related endpoint.
  - `products` Product[]
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
    - `name` unknown
    - `href` unknown
    - `description` unknown
    - `modifiedTime` integer
    - `deletedTime` string, date-time
    - `sku` unknown
    - `productType` unknown
    - `prices` object
      - `1-markets` ProductPrice
        - `amount` number
        - `currency` string
        - `formatted` string
        - `currencySymbol` string
    - `price` ProductPrice
      - `amount` number
      - `currency` string
      - `formatted` string
      - `currencySymbol` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/nutshell/apis/nutshell-api.md) · [All operations](https://skmtc.net/nutshell/apis/nutshell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nutshell/nutshell-api/versions/91e98426903e/schema)
