---
title: InventoryShipmentReceiveItemInput - GraphQL Admin
description: The input fields to receive an item on an inventory shipment.
api_version: 2026-07
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/inventoryshipmentreceiveiteminput
  md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/inventoryshipmentreceiveiteminput.md
---

# Inventory​Shipment​Receive​Item​Input

input\_object

The input fields to receive an item on an inventory shipment.

## Fields

* quantity

  [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int)

  non-null

  The quantity for the item to be received.

* reason

  [Inventory​Shipment​Receive​Line​Item​Reason!](https://shopify.dev/docs/api/admin-graphql/latest/enums/InventoryShipmentReceiveLineItemReason)

  non-null

  The reason for received item.

* shipment​Line​Item​Id

  [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

  non-null

  The shipment line item ID to be received.

***

## Mutations using this input

* [inventory​Shipment​Receive.lineItems](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryShipmentReceive#arguments-lineItems)

  ARGUMENT

***

## Map

### Mutations using this input

* [inventory​Shipment​Receive.lineItems](https://shopify.dev/docs/api/admin-graphql/latest/mutations/inventoryShipmentReceive#arguments-lineItems)