Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Requesting shop brand assets - Internal Server Error

Requesting shop brand assets - Internal Server Error

fintegration
Shopify Partner
1 0 0

Hi all,

 

I'm having an issue requesting brand assets from the storefront api when using a delegate access token as the authorisation header "Shopify-Storefront-Private-Token". I always receive a 500 response with no additional details.

 

Below is an example of the query I'm sending.

 

query {
    shop {
        brand {
            logo {
                image {          
                    url
                    height
                    width
                }
            }
        }
    }
}

Would anyone be able to help?

Thanks in advance.

Reply 1 (1)

george231
Shopify Partner
5 0 1

I am getting the same error. Did anyone manage to find a solution?