added
v0.0.30
6 months ago by Thanh Lai
v0.0.30
New Features
- Enhanced the
getMerchants
query with a newofferTypes
input argument. This allows for filtering bygiftCardOffer
s,cardLinkedOffer
s, or both.- To include both
giftCardOffer
s andcardLinkedOffer
s in the query results, please pass in the following values for theofferTypes
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 }
-
- To include both