Updates the quantity of an item for a customer. Can increase or decrease quantities, with optional expiration and negative balance control.
Documentation Index
Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The type of customer
"user"
The ID of the customer
"user_1234567890abcdef"
The ID of the item to update
"credits"
Whether to allow the quantity to go negative
"false"
The amount to change the quantity by (positive to increase, negative to decrease)
100
Optional expiration date for this quantity change (ISO 8601 format)
"2024-12-31T23:59:59Z"
Optional description for this quantity change
"Monthly subscription renewal"
Successful response
The response is of type object.