Command: order.createDelivery
Back to IndexAdds a new Delivery to an Order
Body
deliveryId | uuid (optional) Optional Id. Must be unique. |
numberPrefix | string (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. |
shippingPrice | number (optional) Optional shipping price. Including or excluding tax depending on the Order’s TaxIncluded setting. |
shippingTaxFactor | number (optional) Optional shipping tax factor. For example, 0.25 = 25% tax. |