Skip to content

Command: order.createDelivery

Back to Index

Adds a new Delivery to an Order

Body
deliveryIduuid (optional)

Optional Id. Must be unique.

numberPrefixstring (optional)

Optional prefix to add prepend to the delivery number. If not specified, the default “D” will be used in combination with the OrderNumber prefix. Set to empty string to not use prefix.

shippingPricenumber (optional)

Optional shipping price. Including or excluding tax depending on the Order’s TaxIncluded setting.

shippingTaxFactornumber (optional)

Optional shipping tax factor. For example, 0.25 = 25% tax.

Back to Index