Home > @infiniteobjects/shopify-data-manager > AdminTypes > LineItemMutable > fulfillmentStatus
The line item’s fulfillment status. Returns ‘fulfilled’ if fulfillableQuantity >= quantity, ‘partial’ if fulfillableQuantity > 0, and ‘unfulfilled’ otherwise.
Signature:
fulfillmentStatus: Scalars['String']['output'];