List the OrderLines of an Order in a paginated fashion, allowing you to filter with a PageConfig and include product properties using ProductProperties.
Use this service when an Order contains a lot of lines, and the GetOrder service doesn't cut it - it will tell you it's time to switch using a property called HasMoreLines.
When specified, order lines are returned nested under their parents recursively within their Children property. Filters will only be applied to the parent.
List the OrderLines of an Order in a paginated fashion, allowing you to filter with a
PageConfig
and include product properties usingProductProperties
.Use this service when an Order contains a lot of lines, and the
GetOrder
service doesn't cut it - it will tell you it's time to switch using a property calledHasMoreLines
.