---
title: "Create a template seller"
method: POST
path: "/v1/admin/template-sellers"
tags: ["Admin Template Sellers"]
---

# Create a template seller

`POST /v1/admin/template-sellers`

## Request body

- CreateTemplateSellerDto
  - `userId` string, uuid, nullable
  - `companyId` string, uuid, nullable
  - `description` string, nullable
  - `platformFeeBasisPoint` integer

## Response `200`

Seller created

- TemplateSellerApiResponseDto
  - `success` boolean, required — Indicates if the request was successful
  - `message` string, required — Human readable message
  - `data` object, required — Response data
    - `id` string, uuid, required
    - `userId` string, uuid, nullable, required
    - `companyId` string, uuid, nullable, required
    - `displayName` string, nullable, required
    - `description` string, nullable, required
    - `platformFeeBasisPoint` integer, required
    - `status` 'pending' | 'active' | 'suspended', required
    - `createdAt` unknown, required
    - `updatedAt` unknown, required
  - `timestamp` string, date-time, required — Timestamp of the response

---

[API](https://skmtc.dev/maket/apis/virtual-architect-api.md) · [All operations](https://skmtc.dev/maket/apis/virtual-architect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maket/virtual-architect-api/revisions/7635e6f94477/schema)
