apply_gift_card
Apply a gift card to an existing cart using the card number and PIN to deduct from the total.
Instructions
apply a gift card to a cart.
Args: cart_id: The cart ID card_number: Gift card number pin: Gift card PIN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cart_id | Yes | ||
| card_number | Yes | ||
| pin | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |