---
title: "Update a specific product"
method: PATCH
path: "/products/{product_id}"
tags: ["Products"]
---

# Update a specific product

`PATCH /products/{product_id}`

Update a specific products listing, entitlements and configuration information

## Path parameters

- `product_id` string, uuid, required — Unique identifier (GUID) for the subject resource

## Query parameters

- `view` 'id' | 'credential' | 'integrationType' | 'entitlement' | 'webhook' | 'complete' — Product resource view

## Headers

- `Authorization` string, required

## Response `200`

Ok

- ProductIdView — Product ID View
  - `id` string, uuid — Unique identifier (GUID) for the subject resource

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/elliemae/apis/oauth2-restful-api.md) · [All operations](https://skmtc.dev/elliemae/apis/oauth2-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elliemae/oauth2-restful-api/revisions/f1196f5edd58/schema)
