---
title: "Create a product"
method: POST
path: "/data/v1/products"
tags: ["Sales data"]
---

# Create a product

`POST /data/v1/products`

Create a product.

## Request body

- object
  - `external_id` string, required
  - `name` string
  - `description` string
  - `brand` string
  - `price` number
  - `sku` string
  - `img_url` string
  - `category` string
  - `custom_fields` object[]
    - `id` integer
    - `name` string
    - `value` string

## Response `201`

Product data.

## Other responses

- `400` — The request validation failed.
- `401` — Authentication failed.
- `403` — Forbidden.

---

[API](https://skmtc.dev/splio/apis/splio-customer-platform.md) · [All operations](https://skmtc.dev/splio/apis/splio-customer-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/splio/splio-customer-platform/revisions/2ff4735f665c/schema)
