Fulfillment Line

A ful­fill­ment line records ful­filled line items and quan­ti­ty of items.

Attributes

Description

id

The ID of the fulfillment line.

fulfillmentId

The ID of the fulfillment.

lineItemId

The ID of the order line item.

fulfilledQty

The quantity of items fulfilled.

Methods

Description
getFulfillment()

Returns the parent fulfillment.

setFulfillment(Fulfillment $fulfillment)

Sets the parent fulfillment.

getLineItem()

Returns the order line item.

setLineItem(LineItem $lineItem)

Sets the line item for the fulfillment.