Skip to main content

Retrieves the gift vouchers flagged on a cart.

GET 

/api/v1/cart/:cartId/giftVouchers

SOAP Equivalent: ACP_GetAllocGiftVouchers

SOAP to REST Field Mapping

REST FieldSOAP FieldNotes
cartIdID_FlagGroupInterfaceFlag.ID_FlagGroup
vouchersVouchersWEB_KDO vouchers flagged on the cart
vouchers[].articleIdID_ArticleVoucher article id
vouchers[].amountAmountArticle.Amount - Article.Amount10

Scoped by the x-tenant header; the session context (institution) is validated first. A cart with no voucher is returned as HTTP 200 with an empty array (SOAP parity).

Request

Responses

OK