Action to retrieve an existing gift certificate.
If you would like to get a raw Response object use the other getGiftCertificate function.
An object containing the options for this method.
A promise of type GiftCertificate.
Action to retrieve an existing gift certificate.
An object containing the options for this method.
Set to true to return entire Response object instead of DTO.
A promise of type Response if rawResponse is true, a promise of type GiftCertificate otherwise.
Generated using TypeDoc
Shopper Gift Certificates
Obtain details about a gift certificate.
Simple example:
API Version: 1.0.17import { ShopperGiftCertificates } from "commerce-sdk-isomorphic"; const clientConfig = { parameters: { clientId: "XXXXXX", organizationId: "XXXX", shortCode: "XXX", siteId: "XX" } }; const shopperGiftCertificatesClient = new ShopperGiftCertificates(clientConfig);
Last Updated: