---
title: "Create Wholesale Template"
method: POST
path: "/api/v1/admin/distributors/wholesale-templates"
tags: ["Admin APIs", "distributors", "Wholesale Distribution"]
---

# Create Wholesale Template

`POST /api/v1/admin/distributors/wholesale-templates`

Mint a new wholesale provisioning template, cloned from the base
wholesale template (or ``clone_from_plan_id``). Customize it afterwards in
the Signup Provisioning editor (PRO-2309).

## Request body

- WholesaleTemplateCreateRequest — Mint a new wholesale provisioning template (PRO-2309): a signup_plan_config row with plan_tier = wholesale_client, seeded from the base wholesale template (or ``clone_from_plan_id``) and then customized in the Signup Provisioning editor.
  - `display_name` string, required
  - `clone_from_plan_id` string, nullable

## Response `200`

Successful Response

- DistributorTierTemplate — Read-only snapshot of the tier's provisioning template, composed from the tier's signup plan config (features/flags/team management actions) and the plan's provider channel restrictions.
  - `plan_id` string, required
  - `display_name` string, nullable
  - `features` string[]
  - `feature_flags` object[]
  - `seat_limit` integer, nullable
  - `assignable_role_ids` string[]
  - `default_role` string, required
  - `providers` DistributorTemplateProvider[]
    - `code_name` string, required
    - `api_access_denied` boolean, required
    - `mcp_access_denied` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
