Skip to content

Command: order.createReturn

Back to Index

Creates a Return for a specific Order Row

Body
returnIduuid (optional)

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

orderLineIduuid

The ID of the Order Line to add the Return to

quantitynumber

The number of units to mark as returned

refundFactornumber

A Factor to multiply the price with to calculate the refund amount. 1 = 100% refund

Back to Index