stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > LineItemMutable > fulfillmentStatus

AdminTypes.LineItemMutable.fulfillmentStatus property

The line item’s fulfillment status. Returns ‘fulfilled’ if fulfillableQuantity >= quantity, ‘partial’ if fulfillableQuantity > 0, and ‘unfulfilled’ otherwise.

Signature:

fulfillmentStatus: Scalars['String']['output'];