Getting Started
Features
Querying Elements
Developers
Fulfillment Line
A fulfillment line records fulfilled line items and quantity of items.
Attributes
Description | |
---|---|
|
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. |