Entitlement Pricing in Search
Get Entitlement pricing from Search
The Get Seller Account endpoint returns a field, imin:entitlementFilter
. Use a Customer's imin:entitlementFilter
as a query parameter (entitlementFilter=<opaque token>
) in Search in order to get pricing in the results that reflect the Customer's entitlement.
An Example:
Request
https://search.imin.co/events-api/v2/event-series?mode=upcoming-sessions&geo[radial]=51.5074,-0.1278,1&entitlementFilter=WyJodHRwczov..
Response
In the imin:AggregateOffer
of each item in the results, there will be a field activeEntitlement
for those opportunities where an appropriate Entitlement exists.
This price therein should be presented to the Customer. If it includes "imin:indicativePrice": true
, it should be marked as "indicative" to them (i.e. it may not be the exact price).
Last updated