---
title: "Create Custom Field"
method: POST
path: "/sites/multiscreen/{site_name}/ecommerce/custom-fields"
---

# Create Custom Field

`POST /sites/multiscreen/{site_name}/ecommerce/custom-fields`

## Path parameters

- `site_name` string, required

## Request body

- object
  - `name` string, required — Name of the field
  - `type` 'TEXT' | 'PLAIN_TEXT' | 'IMAGE' | 'VIDEO', required — The type of field.

## Response `200`

200

- object
  - `id` string
  - `name` string
  - `type` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/duda/apis/partner-api.md) · [All operations](https://skmtc.net/duda/apis/partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duda/partner-api/revisions/5b9208270ed1/schema)
