---
title: "Updates a Location Quantity"
method: PUT
path: "/products/{id}/location_quantities"
tags: ["Product"]
---

# Updates a Location Quantity

`PUT /products/{id}/location_quantities`

Required permission: Products - Edit Quantities

## Path parameters

- `id` integer, required

## Request body

- object
  - `location_quantity_id` integer
  - `quantity` integer

## Response `200`

successful

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
