Apply Gift Certificate to an order in NetSuite

The Gift Certificate can be applied to a Sales Order in NetSuite under the Billing Subtab > Payments > Gift Certificate The Gift Certificate can be applied only if the sales order in which the gift card was purchased is billed. A Gift Certificate item when ordered in NetSuite creates a respective automated unique Gift… Continue reading Apply Gift Certificate to an order in NetSuite

Fetch Gift Card details from Shopify

Pass the customer email to the query to fetch the gift cards for that customer. The Gift Card Id is generated in NetSuite once the order is fulfilled. The gift card can then be applied to any payment. Use the following query to fetch gift card details from Shopify: giftCards(first: 10, query: “abc@xyz.com”) {  … Continue reading Fetch Gift Card details from Shopify