# inventoryShipmentAddItems - admin - MUTATION Version: unstable ## Description Adds items to a draft 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 draft inventory shipment to modify. * [lineItems](/docs/api/admin/unstable/input-objects/InventoryShipmentLineItemInput): InventoryShipmentLineItemInput! - The list of line items to add to the inventory shipment. ## Returns * [addedItems](/docs/api/admin/unstable/objects/InventoryShipmentLineItem): InventoryShipmentLineItem The list of added line items. * [inventoryShipment](/docs/api/admin/unstable/objects/InventoryShipment): InventoryShipment The inventory shipment with the added items. * [userErrors](/docs/api/admin/unstable/objects/InventoryShipmentAddItemsUserError): InventoryShipmentAddItemsUserError! The list of errors that occurred from executing the mutation. ## Examples