Hi guys,
I have a Feed that is supposed to list some products together with User prices.
I want to make this Feed dependant on the user.
I see that I can select a user on the feed and that selection adds a parameter to the URL of the feed.
Is there any way I can generate that parameter from the User's dashboard? I suppose it is some encoding of the UserID but I don't know if there is any method available in the API that already does the job.
The prices will be retrieved from the Price Matrix.
Thank you,
Adrian