Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ListOrderLines

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.

Hierarchy

  • ListOrderLines

Index

Properties

OrderID

OrderID: number

Entity type: Order

Optional PageConfig

Optional ProductProperties

ProductProperties: string[]

Optional UseHierarchy

UseHierarchy: undefined | false | true

When specified, order lines are returned nested under their parents recursively within their Children property. Filters will only be applied to the parent.