FulfillmentOrderLineItem - admin-graphql - OBJECT
Version: 2024-10
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:
FulfillmentOrderLineItemFinancialSummary! -
The financial summary for the Fulfillment Order's Line Items.
-
id:
ID! -
A globally-unique ID.
-
image:
Image -
The image associated to the line item's variant.
-
inventoryItemId:
ID -
The ID of the inventory item.
-
lineItem:
LineItem! -
The associated order line item.
-
originalUnitPriceSet:
MoneyBag! -
The variant unit price without discounts applied, in shop and presentment currencies.
-
productTitle:
String! -
The title of the product.
-
remainingQuantity:
Int! -
The number of units remaining to be fulfilled.
-
requiresShipping:
Boolean! -
Whether physical shipping is required for the variant.
-
sku:
String -
The variant SKU number.
-
totalQuantity:
Int! -
The total number of units to be fulfilled.
-
variant:
ProductVariant -
The product variant associated to the fulfillment order line item.
-
variantTitle:
String -
The name of the variant.
-
vendor:
String -
The name of the vendor who made the variant.
-
warnings:
FulfillmentOrderLineItemWarning! -
Warning messages for a fulfillment order line item.
-
weight:
Weight -
The weight of a line item unit.
Connections
Related queries
Related mutations
Related Unions
Examples