Home > @poq/sdk-sfcc > IBasketsClient > deleteBasketsByIDGiftCertificateItemsByID
Deletes a gift certificate item from an existing basket.
Signature:
deleteBasketsByIDGiftCertificateItemsByID(basketId: string, giftCertificateItemId: string, options?: RequestOptions): Promise<PoqResponse<Basket>>;
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>>