Skip to main content
Scope Required: LIST_OFFERS (API Reference Link) This page details how to retrieve and understand Gift Card Offers using the getMerchants query. Gift Card offers typically include types like GIFT_CARD_OFFER and EXCLUSIVE_RATE_OFFER. To fetch only Gift Card offers, use the offerTypes input argument set to { giftCardOffer: true, cardLinkedOffer: false }.

Detailed Query for Gift Card Offers

This query requests fields specifically relevant to Gift Cards, including reward rates (offerRates) and stock availability (stockInfo). Sample Request:
Please note that due to rate-limiting, you might need to paginate and call the merchants list a few times.

Sample Response (When Filtering for Gift Card Offers):

The response will contain merchants, but the offers array for each merchant will only include offers matching the offerTypes filter (in this case, Gift Card Offers).
JSON

Understanding the ‘Offers’ array:

The offers field within the Merchant object contains an array of Offer objects. The offer object contains information about specific offers available from merchants in the Fluz catalog. Below are the fields included:

Understanding the ‘Offer rate’:

The OfferRate object represents the specific reward rates and conditions associated with an offer. This object contains detailed information about the rewards that users can receive when they take advantage of an offer, as well as the conditions under which these rewards apply: