---
title: "Update Product"
method: PUT
path: "/api/v1/productlib/update"
tags: ["productlib", "productLib"]
---

# Update Product

`PUT /api/v1/productlib/update`

## Request body

- UpdateProductDTO
  - `product_id` string, uuid4, required
  - `name` string, nullable
  - `product_category` 'Electronics' | 'Fashion and Apparel' | 'Home and Garden' | 'Beauty and personal care' | 'sports and outdoors' | 'toys and games' | 'Books and media' | 'Foods and Beverages' | 'Automotive' | 'Software and services' | 'Other'
  - `description` string, nullable
  - `selling_point` string[], nullable
  - `product_assets_url` string[], nullable

## Response `200`

Successful Response

- ProductLibResponseDTO
  - `id` string, uuid4, required
  - `name` string, required
  - `product_url` string, nullable
  - `product_category` 'Electronics' | 'Fashion and Apparel' | 'Home and Garden' | 'Beauty and personal care' | 'sports and outdoors' | 'toys and games' | 'Books and media' | 'Foods and Beverages' | 'Automotive' | 'Software and services' | 'Other'
  - `description` string, nullable
  - `scrape_data_json` object, nullable
  - `selling_point` string[], nullable
  - `product_assets_url` string[], nullable
  - `user_id` string, uuid4, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
