v1
latestOpenAPI 3.0.12026-07-242871595.3 MBINVENTORY
Update an existing inventory item
Updates an existing inventory item. Use the POST HTTP method to create an inventory item.<br><br><b>Note:</b> This endpoint cannot be used to update an item's stock quantity. To create or update stock for an item, you must use the <a href='https://docs.clover.com/dev/reference/inventoryupdateitemstock'>Update item stock</a> endpoint.
post/v3/merchants/{mId}/items/{itemId}
Path parameters
mIdstring required
Merchant identifier.
itemIdstring required
Unique identifier of an item in the inventory.
Query parameters
expandstring
Additional information provided as an expanded response: [tags, categories, taxRates, modifierGroups, itemStock, options, ageRestricted]
Headers
User-Agentstring required
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>
Request body
Example request
{
"ageRestrictedObj": {
"name": "Alcohol",
"minimumAge": 21
}
}Response
Successful response. Existing inventory item updated.