---
search:
  tags:
    - projects
    - POST
seo:
  description: >-
    Creates a copy of an existing product… Reference for the POST
    /projects/{projectId}/products/{productId}/duplicate endpoint in the
    Leadtime Public API API.
sidebar:
  badge: POST
  label: Duplicate product
title: Duplicate product
type: openapi-operation
---
Creates a copy of an existing product within the same project. Useful when you need the same product multiple times with different configurations or for different time periods.

**What gets duplicated:**
- All product details (name, description, category, logo)
- All pricing information
- All variants and their configurations
- All options and option values
- Current quantity and settings

**Use cases:**
- Same product with different active date ranges
- Same product with different variant/option selections
- Multiple instances of a product in one project

Returns the ID of the newly created duplicate product.

<Operation source="api-reference" id="projectproductscontroller-duplicateproduct" />
