Hi everyone!
I am pretty new at bubble.io and I am trying to connect Shopify to my app using API Connector plugin. The thing is that there are three parameters that will repeat on almost any call, so I meant to use the Shared parameters for all calls. I created the three URL-parameters, but then I don’t know how to reference them in the calls. If I use the suggested notation [parameter], a new parameter will be created in the call and if I don’t give a value to it (in the call), an empty string will be used (in other words, [parameter] is only referencing call’s parameters, not shared ones.)
Do you know how to use the shared parameters in the API-calls? Is it possible to use them as URL-Parameters?
Thanks in advance!!
You can dynamically include any number of URL query string parameters using just one (or more) URL “parameters” in the API Connector. See the following posts…
I wonder the same thing. I thought I could use it to alias the hostname. I couldn’t find anything in the docs nor in internets. Can someone from bubble shed some light please?