Supported methods
List of all supported methods.Methods for vouchers
These methods allow you to check, redeem, and remove vouchers directly in the shopping cart or checkout.GET voucher/get
This call reads master data for a voucher code (e.g. value, currency, minimum order value). This information can be used in the shopping cart and checkout to check a voucher before redeeming it and to display info such as amount and conditions. Example call for the voucher with the voucher number7G3M-L2UU-CK1B-A2J2:
Parameter overview
Body parameters
Example response
POST voucher/redeem
This call redeems a voucher code for the current shopping cart and returns information about the redeemed voucher and the remaining value. This command can be used in the shopping cart or checkout to offset the voucher or to display the redeemed amount and, if applicable, the remaining value. Example call for redeeming the voucher7G3M-L2UU-CK1B-A2J2:
Example request
Parameter overview
Header parameters
Body parameters
Example response
Error codes
DELETE voucher/delete
This call removes a redeemed voucher code from the current shopping cart and updates the voucher overview. This command can be used in the shopping cart or checkout to undo an accidentally redeemed or unwanted voucher application. Example call for removing the voucher with the code7G3M-L2UU-CK1B-A2J2:
