GetCartGiftVouchersResponse
Response containing the gift vouchers of a cart.
cartIdinteger<int32>required
Cart identifier (SOAP: ID_FlagGroup).
vouchers object[]nullable
Gift vouchers flagged on the cart (SOAP: Vouchers).
Array [
articleIdinteger<int32>required
Voucher article identifier (SOAP: ID_Article).
barcodestringnullable
Voucher bar code (SOAP: Barcode).
amountnumber<double>required
Net amount (SOAP: Amount = Article.Amount - Article.Amount10).
amountDetailnumber<double>[]nullable
Amount breakdown, 10 slots (SOAP: AmountDetail).
]
GetCartGiftVouchersResponse
{
"cartId": 0,
"vouchers": [
{
"articleId": 0,
"barcode": "string",
"amount": 0,
"amountDetail": [
0
]
}
]
}