Return GiftCard Account cards

GET /V1/carts/{quoteId}/giftCards

Return GiftCard Account cards.

Responses

GET /V1/carts/{quoteId}/giftCards
curl \
 -X GET https://magento2.winkelstraat.mac/rest/all/V1/carts/{quoteId}/giftCards
Response examples (200)
{
  "gift_cards": [
    "string"
  ],
  "gift_cards_amount": 42.0,
  "base_gift_cards_amount": 42.0,
  "gift_cards_amount_used": 42.0,
  "base_gift_cards_amount_used": 42.0,
  "extension_attributes": {}
}
Response examples (401)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}
Response examples (default)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}