Hello guys,
I'm trying to import some order data via API from a JSON url but I'm not able to organize the content.
Here is my source:
https://ajuda.bling.com.br/hc/pt-br/articles/360046424094-GET-pedidos
I am able to pull the data but I am having a problem with malformed data, I tried to apply the return key but he is faced with requests and returns the error.
I tried to add "return", "orders" but he doesn't seem to recognize it as two keys.
{
"return":{
"requests":e
{
"order":{....
If I leave it blank it even pulls all the data but is not able to separate the content.
I am using the Trigger Webhooks - Retrieve Poll function.
Does anyone know what I may be doing wrong?