---
title: "Update Modifier"
method: PUT
path: "/api/v1/update-modifier"
---

# Update Modifier

`PUT /api/v1/update-modifier`

## Request body

- object
  - `appid` string, required — Merchant APP ID (Alphanumeric - Length of 32 chars)
  - `appkey` string, required — Merchant APP KEY (Alphanumeric - Length of 32 chars and special chars $@%#)
  - `epi` string, required — EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2
  - `product_id` integer, required — Product unique id
  - `product_code` string — SKU number is used to identify and track products
  - `item_name` string, required — Modifier Name must not exceed 50 alphanumeric characters.
  - `description` string, required — Description must not exceed 50 alphanumeric characters.
  - `quantity` integer, required — Qty for the product
  - `unit_cost` string, required — Maximum amount $99,999.99
  - `taxable` string, required — Add tax for the product (Yes, No)
  - `inventory` string, required — Record and monitor the amount of products has available (Yes, No)
  - `is_active` string, required — Is active should be set 0 or 1
  - `precedence` integer, required — Precedence should be allowed only numeric value
  - `category` string — Category must not exceed 40 alphanumeric characters.
  - `group_name` string, required — Group name should contain only alphabetic characters

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/valorpaytech/apis/ecommerce-api.md) · [All operations](https://skmtc.net/valorpaytech/apis/ecommerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/valorpaytech/ecommerce-api/versions/c6468b606325/schema)
