NameDescriptionTypeAdditional information
OrderLineArticle

Contains order line article specific information.
If populated then must be null.

OrderLineArticleRequest

None.

OrderLineText

Contains order line text line information.
If populated then must be null.

OrderLineTextRequest

None.

LineNumber

Order line line number.

integer

Required

ParentLineNumber

Parent line number.

integer

None.

IsArticlePackageLine

Used in conjunction with ParentLineNumber,
If ParentLineNumber is set and IsArticlePackageLine = false
we assume it is a recycling fee for the OrderLineArticle with
Linenumber = ParentLineNumber.
Default value is false.

boolean

None.

HasFixedQuantity

This is only used if IsArticlePackageLine = true.
Decides if the quantity of the article package line should follow the parent lines quantity.
Default value is false

boolean

None.