Couple days later i got another error in google search console for the logo so i also changed the following in the same file. Now it works fine.
"@context" : "http://schema.org",
"@type" : "Organization",
"name" : "{$shop.name}",
"url" : "{$urls.pages.index}",
"logo" : {
"@type":"ImageObject",
"url":"{$urls.shop_domain_url}{$shop.logo}"
with
"@context" : "http://schema.org",
"@type" : "Organization",
"name" : "{$shop.name}",
"url" : "{$urls.pages.index}",
"logo" : {
"@type":"ImageObject",
"url":"{$shop.logo}"
and
"@context": "http://schema.org",
"@type": "WebSite",
"url" : "{$urls.pages.index}",
"image": {
"@type": "ImageObject",
"url":"{$urls.shop_domain_url}{$shop.logo}"
with
"@context": "http://schema.org",
"@type": "WebSite",
"url" : "{$urls.pages.index}",
"image": {
"@type": "ImageObject",
"url":"{$urls.shop_domain_url}"