Skip to content

Command: order.createOrderLine

Back to Index

Creates a new Order Row

Body
orderLineIduuid (optional)

The ID of the Order Line to create. If not specified, a new ID will be generated

deliveryIduuid

The ID of the Delivery to add the Row to

orderLineNumberstring (optional)

A natural key for the row. If not specified, the row will be assigned the next free number. If specified, must be unique within the order

productNumberstring

The product number of the product to add to the row

descriptionstring (optional)

The description of the product to add to the row

imagestring (optional)

URL of the image to add to the row

quantitynumber

The number of units of the product to add to the row

unitPricenumber

The unit price of the product. Treated as including or excluding Tax depending on Order setting.

taxFactornumber

Tax factor, e.g. 25% = 0.25

Back to Index