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

# Obter produto

`GET /products/{product_id}`

Obter produto

## Path parameters

- `product_id` string, required

## 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

- `404` — 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)
