Added
v0.0.30
11 months ago by Thanh Lai
v0.0.30
New Features
- Enhanced the
getMerchantsquery with a newofferTypesinput argument. This allows for filtering bygiftCardOffers,cardLinkedOffers, or both.- To include both
giftCardOffers andcardLinkedOffers in the query results, please pass in the following values for theofferTypesargument:-
"offerTypes": { "giftCardOffer": true, "cardLinkedOffer": true }
-
- By default, if the
offerTypesargument is not provided, the query returns only gift card offers.-
"offerTypes": { "giftCardOffer": true, "cardLinkedOffer": false }
-
- To include both
