added

v0.0.30

v0.0.30

New Features

  • Enhanced the getMerchants query with a new offerTypes input argument. This allows for filtering by giftCardOffers, cardLinkedOffers, or both.
    • To include both giftCardOffers and cardLinkedOffers in the query results, please pass in the following values for the offerTypes argument:
      •   "offerTypes": {
            "giftCardOffer": true,
            "cardLinkedOffer": true
          }
    • By default, if the offerTypes argument is not provided, the query returns only gift card offers.
      • "offerTypes": {
            "giftCardOffer": true,
            "cardLinkedOffer": false
          }