2nd partial return

Return of 4x C and 10 Euros of delivered discount.

Return

Copy
Copied
<operation subtype="return">PAYMENT_CHANGE</operation>

XML request

Copy
Copied
PAYMENT_CHANGE.xml
<shopping-basket amount="30" currency="EUR">
	<items>
		<item article-number="C" quantity="4" tax-rate="19.00" unit-price-gross="10">Pillow</item>
	</items>
	<discount unit-price-gross="-10" tax-rate="19.00">Voucher</discount>
</shopping-basket> 

Result

# Price Cart :x: Ship Return
item A 90 € 1
item B 30 € 1 1
item C 10 € 1 4 0 0 4
discount -5 € -12.5 € -2.5 € -2.5 € -12.5 €
shipping 5 € 5 €

Claim

Amount
Invoice 1 107.50 €
Return request 1 87.50 €
Invoice 2 52.50 €
Goodwill refund 10.00 €
Return request 2 30.00 €
Total 32.50 €