---
title: "Operation for POST /v2/product/attributes"
method: POST
path: "/v2/product/attributes"
---

# Operation for POST /v2/product/attributes

`POST /v2/product/attributes`

Endpoint for POST /v2/product/attributes

## Request body

- object[] — Request body as an array
  - object[]
    - `code` string, required
    - `name` string, required
    - `type` string

## Response `200`

Successful operation (default from cURL)

- object
  - `created` object[]
    - `id` integer
    - `ouId` integer
    - `code` string
  - `summary` object
    - `totalRequested` integer
    - `successCount` integer
    - `failureCount` integer
  - `warnings` string[]
  - `errors` string[]

## Other responses

- `207` — Multi-Status
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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