# InventoryShipmentReceiveItemInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields to receive an item on an inventory shipment. ### Access Scopes ## Fields * [quantity](/docs/api/admin/unstable/scalars/Int): Int! - The quantity for the item to be received. * [reason](/docs/api/admin/unstable/enums/InventoryShipmentReceiveLineItemReason): InventoryShipmentReceiveLineItemReason! - The reason for received item. * [shipmentLineItemId](/docs/api/admin/unstable/scalars/ID): ID! - The shipment line item ID to be received. ## Input objects with this input object * [inventoryShipmentReceive](/docs/api/admin/unstable/mutations/inventoryShipmentReceive) ## Examples