---
title: "PUT /api/ProductLink/update"
method: PUT
path: "/api/ProductLink/update"
tags: ["Product Links"]
---

# PUT /api/ProductLink/update

`PUT /api/ProductLink/update`

## Request body

- ProductLinkUpdate
  - `name_En` string, nullable
  - `name_Ar` string, nullable
  - `inActive` boolean
  - `terms_Condition_Enabled` boolean
  - `terms_Condition` string, nullable
  - `products` DTODetailLight[], nullable
    - `product_Id` integer
  - `key` integer

## Response `200`

Success

---

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