# InventoryShipment - admin - OBJECT Version: unstable ## Description Represents an inventory shipment. ### Access Scopes `read_inventory_shipments` access scope. ## Fields * [id](/docs/api/admin/unstable/scalars/ID): ID! - A globally-unique ID. * [lineItemCount](/docs/api/admin/unstable/scalars/Int): Int! - The number of items associated with the shipment. * [lineItemTotalQuantity](/docs/api/admin/unstable/scalars/Int): Int! - The total quantity of all items in the shipment. * [name](/docs/api/admin/unstable/scalars/String): String! - The name of the inventory shipment. * [status](/docs/api/admin/unstable/enums/InventoryShipmentStatus): InventoryShipmentStatus! - The current status of the shipment. * [totalAcceptedQuantity](/docs/api/admin/unstable/scalars/Int): Int! - The total quantity of items accepted across all line items in this shipment. * [totalReceivedQuantity](/docs/api/admin/unstable/scalars/Int): Int! - The total quantity of items received (both accepted and rejected) across all line items in this shipment. * [totalRejectedQuantity](/docs/api/admin/unstable/scalars/Int): Int! - The total quantity of items rejected across all line items in this shipment. * [tracking](/docs/api/admin/unstable/objects/InventoryShipmentTracking): InventoryShipmentTracking - The tracking information for the shipment. ## Connections * [lineItems](/docs/api/admin/unstable/connections/InventoryShipmentLineItemConnection): InventoryShipmentLineItemConnection ## Related queries * [inventoryShipment](/docs/api/admin/unstable/queries/inventoryShipment) Returns an inventory shipment by ID. ## Related mutations * [inventoryShipmentAddItems](/docs/api/admin/unstable/mutations/inventoryShipmentAddItems) Adds items to a draft inventory shipment. * [inventoryShipmentMarkInTransit](/docs/api/admin/unstable/mutations/inventoryShipmentMarkInTransit) Marks a draft inventory shipment as in transit. * [inventoryShipmentReceive](/docs/api/admin/unstable/mutations/inventoryShipmentReceive) Receive an inventory shipment. * [inventoryShipmentRemoveItems](/docs/api/admin/unstable/mutations/inventoryShipmentRemoveItems) Remove items from an inventory shipment. * [inventoryShipmentSetTracking](/docs/api/admin/unstable/mutations/inventoryShipmentSetTracking) Edits the tracking info on an inventory shipment. * [inventoryShipmentUpdateItemQuantities](/docs/api/admin/unstable/mutations/inventoryShipmentUpdateItemQuantities) Updates items on a draft inventory shipment. * [inventoryTransferAddDraftShipment](/docs/api/admin/unstable/mutations/inventoryTransferAddDraftShipment) Adds a draft shipment to an inventory transfer. * [inventoryTransferAddInTransitShipment](/docs/api/admin/unstable/mutations/inventoryTransferAddInTransitShipment) Adds an in-transit shipment to an inventory transfer. ## Related Unions ## Examples