Poq.SDK.Node

Home > @poq/sdk-sfcc > BasketsClient > deleteBasketsByIDGiftCertificateItemsByID

BasketsClient.deleteBasketsByIDGiftCertificateItemsByID() method

Deletes a gift certificate item from an existing basket.

Signature:

deleteBasketsByIDGiftCertificateItemsByID(basketId: string, giftCertificateItemId: string, options?: RequestOptions): Promise<PoqResponse<Basket>>;

Parameters

Parameter Type Description
basketId string the id of the basket to be modified
giftCertificateItemId string the id of the gift certificate item to be removed
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Basket>>