> ## Documentation Index
> Fetch the complete documentation index at: https://redo-44af351d-docs-v3-graphql-api-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OrderFulfillmentLineItem

> A line item included in a fulfillment shipment.

<ResponseField name="id" type="String!" required>
  The fulfilled line item's id in the source platform.
</ResponseField>

<ResponseField name="productId" type="String!" required>
  The product's id in the source platform.
</ResponseField>

<ResponseField name="quantity" type="Int!" required>
  How many units of this item were fulfilled.
</ResponseField>

<ResponseField name="sku" type="String">
  The stock keeping unit of the fulfilled item.
</ResponseField>

<ResponseField name="title" type="String!" required>
  The product title of the fulfilled item.
</ResponseField>

<ResponseField name="variantId" type="String">
  The variant's id in the source platform.
</ResponseField>
