--- title: "Update Item Quantity" description: "Modify item quantities for customers, supporting both increases and decreases with configurable constraints." api: "POST /payments/items/{customer_type}/{customer_id}/{item_id}/update-quantity" --- ## Request ### Path Parameters The type of customer. The ID of the customer. The ID of the item to update. ### Query Parameters Whether to allow the quantity to go negative. ### Body Parameters Request body required. ## Response Successful response.