Command: order.createReturn
Back to IndexCreates a Return for a specific Order Row
Body
returnId | uuid (optional) The ID of the Return to create. If not specified, a new ID will be generated |
orderLineId | uuid The ID of the Order Line to add the Return to |
quantity | number The number of units to mark as returned |
refundFactor | number A Factor to multiply the price with to calculate the refund amount. 1 = 100% refund |