---
title: "Create Product by Blank Id"
method: POST
path: "/blanks/{id}/create"
tags: ["Blank"]
---

# Create Product by Blank Id

`POST /blanks/{id}/create`

Create Product by Blank Id

Create product by blank id with all variants. Note that only MONOGRAM blank category doesn't need images as bodyParam

## Path parameters

- `id` string, required

## Request body

- object
  - `name` string
  - `description` string
  - `variants` integer[]
  - `images` object[]
    - `url` string
    - `position` string
    - `location` string
    - `offset` string

## Response `200`

Successful response

## Other responses

- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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