---
title: "Creates a Product Serial"
method: POST
path: "/products/{product_id}/product_serials"
tags: ["Product Serial"]
---

# Creates a Product Serial

`POST /products/{product_id}/product_serials`

Required permission: Products - Edit

## Path parameters

- `product_id` integer, required

## Request body

- object
  - `condition` string
  - `price_cost_cents` integer
  - `price_retail_cents` integer
  - `serial_number` string

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
