Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

Gift Certificate

Gift Certificate

A gift certificate is a coupon with a monetary value that can be redeemed to pay for items in the storefront.

Sample XML: Gift Certificate


<gift_certificates>
<gift_certificate guid="664029B3-CB9F-C38D-54CF-E3DA3123FDCC">
    <code>snapitupusgc100</code>
    <creation_date>2010-06-16T00:00:00-07:00</creation_date>
    <last_modified>2010-06-16T00:00:00-07:00</last_modified>
    <recipient_name></recipient_name>
    <sender_name></sender_name>
    <theme>SomeTheme</theme>
    <purchase_amount>100.00</purchase_amount>
    <store_code>SNAPITUP</store_code>
    <currency_code>USD</currency_code>
</gift_certificate>
...
</gift_certificates>