---
title: "Create Tax Group"
method: POST
path: "/sites/multiscreen/{site_name}/ecommerce/tax-groups"
---

# Create Tax Group

`POST /sites/multiscreen/{site_name}/ecommerce/tax-groups`

## Path parameters

- `site_name` string, required

## Request body

- object
  - `name` string, required — Internal name of the tax zone. This name will be visible to merchants only in their management dashboard.
  - `product_ids` string[], required — Every products that should be associated to the tax group. The product id can only contain ids coming from the catalog. This is not compatible with external ids.

## Response `201`

201

## 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/versions/5b9208270ed1/schema)
