Skip to content
← Back to Index

Command: order.createOrderLine

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.
skusmap of string to number (optional) Map of SKU and quantity. Quantity is per Order Line unit.

© 2024 Hantera AB. All rights reserved.