--- title: InventoryShipmentAddItemsPayload - GraphQL Admin description: Return type for `inventoryShipmentAddItems` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/inventoryshipmentadditemspayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/inventoryshipmentadditemspayload.md --- # Inventory​Shipment​Add​Items​Payload payload Return type for `inventoryShipmentAddItems` mutation. ## Fields * added​Items [\[Inventory​Shipment​Line​Item!\]](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryShipmentLineItem) The list of added line items. * inventory​Shipment [Inventory​Shipment](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryShipment) The inventory shipment with the added items. * user​Errors [\[Inventory​Shipment​Add​Items​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/InventoryShipmentAddItemsUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [inventory​Shipment​Add​Items](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryShipmentAddItems) mutation Adds items to an inventory shipment. *** ## Map ### Mutations with this payload * [inventory​Shipment​Add​Items](https://shopify.dev/docs/api/admin-graphql/latest/types/inventoryShipmentAddItems)