# FulfillmentOrderLineItem - admin-graphql - OBJECT
Version: 2025-01

## Description
Associates an order line item with quantities requiring fulfillment from the respective fulfillment order.

### Access Scopes
`read_assigned_fulfillment_orders` access scope, `read_merchant_managed_fulfillment_orders` access scope or `read_third_party_fulfillment_orders` access scope.


## Fields
* [financialSummaries](/docs/api/admin-graphql/2025-01/objects/FulfillmentOrderLineItemFinancialSummary): FulfillmentOrderLineItemFinancialSummary! - The financial summary for the Fulfillment Order's Line Items.
* [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - A globally-unique ID.
* [image](/docs/api/admin-graphql/2025-01/objects/Image): Image - The image associated to the line item's variant.
* [inventoryItemId](/docs/api/admin-graphql/2025-01/scalars/ID): ID - The ID of the inventory item.
* [lineItem](/docs/api/admin-graphql/2025-01/objects/LineItem): LineItem! - The associated order line item.
* [originalUnitPriceSet](/docs/api/admin-graphql/2025-01/objects/MoneyBag): MoneyBag! - The variant unit price without discounts applied, in shop and presentment currencies.
* [productTitle](/docs/api/admin-graphql/2025-01/scalars/String): String! - The title of the product.
* [remainingQuantity](/docs/api/admin-graphql/2025-01/scalars/Int): Int! - The number of units remaining to be fulfilled.
* [requiresShipping](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean! - Whether physical shipping is required for the variant.
* [sku](/docs/api/admin-graphql/2025-01/scalars/String): String - The variant SKU number.
* [totalQuantity](/docs/api/admin-graphql/2025-01/scalars/Int): Int! - The total number of units to be fulfilled.
* [variant](/docs/api/admin-graphql/2025-01/objects/ProductVariant): ProductVariant - The product variant associated to the fulfillment order line item.
* [variantTitle](/docs/api/admin-graphql/2025-01/scalars/String): String - The name of the variant.
* [vendor](/docs/api/admin-graphql/2025-01/scalars/String): String - The name of the vendor who made the variant.
* [warnings](/docs/api/admin-graphql/2025-01/objects/FulfillmentOrderLineItemWarning): FulfillmentOrderLineItemWarning! - Warning messages for a fulfillment order line item.
* [weight](/docs/api/admin-graphql/2025-01/objects/Weight): Weight - The weight of a line item unit.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples