---
title: "Copy Marketing Presets"
method: POST
path: "/marketing-presets/copy"
tags: ["marketing-presets"]
---

# Copy Marketing Presets

`POST /marketing-presets/copy`

Copy product lines, into their own team or into another one.

Every requested copy is created: a `name_suffix` is numbered until it is
free (`next_available_name`), so "Duplicate" twice gives two copies rather
than silently doing nothing the second time. The created names come back
because numbering can have moved them off the predictable one.

A caller copying a single product line may name it outright instead, and
then a collision is theirs to resolve rather than the server's to work
around: they can see and edit the name they chose.

## Request body

- MarketingPresetCopy
  - `preset_ids` string[], required
  - `target_marketing_team_id` string, uuid, nullable
  - `name` string, nullable
  - `name_suffix` string

## Response `200`

Successful Response

- MarketingPresetCopyResult
  - `created` string[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
