Home > @poq/sdk-sfcc > BasketsClient > postBasketsByIDGiftCertificateItems
Adds a gift certificate item to an existing basket.
Signature:
postBasketsByIDGiftCertificateItems(basketId: string, body: GiftCertificateItem, options?: RequestOptions): Promise<PoqResponse<Basket>>;
Parameter | Type | Description |
---|---|---|
basketId | string | the id of the basket to be modified |
body | GiftCertificateItem | |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<Basket>>