Skip to main content

OrderLineReference

This entity represents a line from an Order which has been fulfilled by a Fulfillment.

Signature

constructor

method(input?: DeepPartial<FulfillmentLine>) => FulfillmentLine

fulfillment

propertyFulfillment

fulfillmentId

propertyID

This is an abstract base class for entities which reference an OrderLine.

Signature

quantity

propertynumber

orderLine

propertyOrderLine

orderLineId

propertyID

This entity represents a line from an Order which has been modified by an OrderModification.

Signature

constructor

method(input?: DeepPartial<OrderModificationLine>) => OrderModificationLine

modification

modificationId

propertyID

This entity represents a line from an Order which has been refunded by a Refund.

Signature

constructor

method(input?: DeepPartial<RefundLine>) => RefundLine

refund

propertyRefund

refundId

propertyID
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page