---
title: "Atualizar produto"
method: PUT
path: "/products/{product_id}"
tags: ["crm-v1-products"]
---

# Atualizar produto

`PUT /products/{product_id}`

Atualizar produto

## Path parameters

- `product_id` string, required

## Request body

- object
  - `product` object
    - `base_price` string
    - `description` string
    - `name` string
    - `product_custom_fields` object[]
      - `custom_field_id` string
      - `value` string

## Response `200`

Success

- object
  - `_id` string
  - `base_price` string
  - `created_at` string
  - `description` string
  - `name` string
  - `product_custom_fields` object[]
    - `created_at` string
    - `custom_field_id` string
    - `id` string
    - `updated_at` string
    - `value` string
  - `updated_at` string
  - `visible` boolean

## Other responses

- `422` — Error

---

[API](https://skmtc.net/rdstation/apis/webhook-service.md) · [All operations](https://skmtc.net/rdstation/apis/webhook-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rdstation/webhook-service/revisions/3867c21388e8/schema)
