| giftcard_id | string The unique, redeemable ID and should be 12 characters. |
| amount | number The amount available on the giftcard. |
| message | string The redeem message to the customer |
{- "giftcard_id": "string",
- "amount": 0,
- "message": "string"
}This allows you to get a list of gift cards
Successful operation
Unauthorized
[- {
- "giftcard_id": "string",
- "amount": 0,
- "message": "string"
}
]This allows you to add a new gift card
Successful operation
Unauthorized
{- "giftcard_id": "string",
- "amount": 0,
- "message": "string"
}{- "giftcard_id": "string",
- "amount": 0,
- "message": "string"
}This allows you to get a gift card from your store by ID
Successful operation
Unauthorized
{- "giftcard_id": "string",
- "amount": 0,
- "message": "string"
}This allows you to update a gift card
Submit any or all elements to update the gift card.
Successful operation
Unauthorized
{- "giftcard_id": "string",
- "amount": 0,
- "debit": 0,
- "credit": 0,
- "message": "string"
}{- "giftcard_id": "string",
- "amount": 0,
- "message": "string"
}This allows you to delete a gift card from your store
Successful operation
Unauthorized
{- "giftcard_id": "string",
- "amount": 0,
- "message": "string"
}