chore: add to TSDocs note about removing item from order edit (#12997)

This commit is contained in:
Shahed Nasser
2025-07-18 18:36:10 +03:00
committed by GitHub
parent ed92aaf02b
commit 35bd9f0bc4
2 changed files with 5 additions and 1 deletions

View File

@@ -188,6 +188,8 @@ export class OrderEdit {
* [Update Item Quantity](https://docs.medusajs.com/api/admin#order-edits_postordereditsiditemsitemitem_id)
* API route.
*
* You can also use this method to remove an item from an order by setting the `quantity` to `0`.
*
* @param id - The order edit's ID.
* @param itemId - The item's ID in the order.
* @param body - The data to edit in the item.