As it may take some time to migrate all of the existing offers to the new offers endpoint, we introduced a possibility to toggle between the two endpoints in Limio for Salesforce.
By default, the user will see the list of offers fetched from the api/offers
(v1) endpoint both in the Manage Subscriptions and Flows.
In order to switch to the api/offers/v2
(new) endpoint, you need to navigate to:
Setup → Custom Metadata Types → ic Assist Config (click Manage Records)
Click Edit on the uiSettings - Filter
record:
And add the following attribute to the config object:"callNewOffersEndpoint": true
You can always switch back to the old endpoint by setting the callNewOffersEndpoint
attribute value to false or by removing it from the config.
Comments
0 comments
Please sign in to leave a comment.