ReDoc documentation

carts/{quoteId}/giftCards

carts/{quoteId}/giftCards

get/V1/carts/{quoteId}/giftCards

Return GiftCard Account cards.

Request
path Parameters
quoteId
required
integer
Responses
200

200 Success.

401

401 Unauthorized

default

Unexpected error

Response samples
{
  • "gift_cards": [
    ],
  • "gift_cards_amount": 0,
  • "base_gift_cards_amount": 0,
  • "gift_cards_amount_used": 0,
  • "base_gift_cards_amount_used": 0,
  • "extension_attributes": { }
}