GiftCertificates

Lists all gift certificates.

Columns

Name

Type

Description

Id [KEY]

Integer

The ID of the gift certificate.

Code

String

A unique string that the customer can input to redeem the gift certificate.

Amount

Decimal

Value of the gift certificate.

Status

String

Status of the gift certificate.

Balance

Decimal

Remaining value of the gift certificate.

ToName

String

Name of the recipient.

ToEmail

String

Email of the recipient.

OrderId

Integer

The ID of the order.

Template

String

The email theme to use in the message sent to the recipient.

Message

String

Text that will be sent to the recipient, such as Congratulations.

FromName

String

Name of the customer who purchased the gift certificate.

FromEmail

String

Email of the customer who purchased the gift certificate.

CustomerId

Integer

The id of the customer placing the order.

ExpiryDate

Datetime

Date on which the gift certificate is set to expire.

PurchaseDate

Datetime

Date the gift certificate was purchased.

Last updated