3rd partial return

Return of the rest (1x B, shipping and rest of the discount).

Return

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

XML request

Copy
Copied
PAYMENT_CHANGE.xml
<shopping-basket amount="32.5" currency="EUR">
	<items>
		<item article-number="B" quantity="1" tax-rate="19.00" unit-price-gross="30" description-addition="180x200">Towel</item>
	</items>
	<discount unit-price-gross="-2.5" tax-rate="19.00">Voucher</discount>
	<shipping unit-price-gross="5" tax-rate="19.00">UPS Standard</shipping>
</shopping-basket>

Result

# Price Cart :x: Ship Return
item A 90 € 1
item B 30 € 1 1 0 0 1
item C 10 € 1 4
discount -5 € -2.5 € 0 € -12.5 € -15 €
shipping 5 € 5 € 0 € 0 € 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 €
Return request 3 32.50 €
Total 0 €