# inventoryShipmentRemoveItems - admin - MUTATION Version: unstable ## Description Remove items from an inventory shipment. ### Access Scopes `write_inventory_shipments` access scope and `write_inventory` access scope. Also: The user must have permission to manage inventory. ## Arguments * [id](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the inventory shipment to remove items from. * [lineItems](/docs/api/admin/unstable/scalars/ID): ID! - A list of ids representing the items to be removed from the shipment. ## Returns * [inventoryShipment](/docs/api/admin/unstable/objects/InventoryShipment): InventoryShipment The inventory shipment with items removed. * [userErrors](/docs/api/admin/unstable/objects/InventoryShipmentRemoveItemsUserError): InventoryShipmentRemoveItemsUserError! The list of errors that occurred from executing the mutation. ## Examples