stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DraftOrderLineItem > fulfillmentService

AdminTypes.DraftOrderLineItem.fulfillmentService property

Name of the service provider who fulfilled the order.

Valid values are either **manual** or the name of the provider. For example, **amazon**, **shipwire**.

Deleted fulfillment services will return null.

Signature:

fulfillmentService?: Maybe<FulfillmentService>;