# Removing items and adjusting item quantities

**URL:** https://community.shiphero.com/t/removing-items-and-adjusting-item-quantities/795
**Category:** GraphQL API
**Created:** [September 14, 2020, 5:10am UTC](https://community.shiphero.com/t/removing-items-and-adjusting-item-quantities/795 "2020-09-14T05:10:30Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![sjdev](https://avatars.discourse-cdn.com/v4/letter/s/bbce88/32.png) [@sjdev](https://community.shiphero.com/u/sjdev)
#### Post date: [September 14, 2020, 5:10am UTC](https://community.shiphero.com/t/removing-items-and-adjusting-item-quantities/795/1 "2020-09-14T05:10:30Z")

</div>

How would one update an order to adjust item quantities or remove an item from an order? The API only has an example for updating the shipping address, any help would be appreciated.

---

<div class="post-metadata">

### Author: ![tomasw](https://sea2.discourse-cdn.com/flex020/user_avatar/community.shiphero.com/tomasw/32/248_2.png) [@tomasw](https://community.shiphero.com/u/tomasw)
#### Post date: [September 14, 2020, 12:44pm UTC](https://community.shiphero.com/t/removing-items-and-adjusting-item-quantities/795/2 "2020-09-14T12:44:22Z")

</div>

Hi @sjdev!  
The `order_update_line_items` Mutation will work for that purpose, it will help you update line items.  
You must specify the `order_id` and then you can change `line_items` quantities or statuses by using their id’s.  
You all the fields by checking the [Schema & Docs](https://developer.shiphero.com/getting-started/#schemaanddocs), but let me know if there is anything else I could help with.  
Thanks in advance!  
Tom
