# InventoryShipmentAddItemsPayload - admin - PAYLOAD Version: unstable ## Description Return type for `inventoryShipmentAddItems` mutation. ### Access Scopes ## Fields * [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. ## Connections ## Mutations with this payload * [inventoryShipmentAddItems](/docs/api/admin/unstable/mutations/inventoryShipmentAddItems) ## Examples