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.