there are 2 missing basket functions PATCH patchBasketsByIDGiftCertificateItems(basketId, body) to update and existing gift certificate item on a basket and DELETE deleteBasketsByIDGiftCertificateItems(basketId, giftCertificateId) to delete an existing gift certificate item on a basket can these be added please ?
there are 2 missing basket functions
PATCH
patchBasketsByIDGiftCertificateItems(basketId, body)
to update and existing gift certificate item on a basket
and
DELETE
deleteBasketsByIDGiftCertificateItems(basketId, giftCertificateId)
to delete an existing gift certificate item on a basket
can these be added please ?