How can I retrieve the store logo URL via API?

I want to get the store logo via api. I tried the theme assets option but unable to get the store logo.

1 Like

Hi,

As per my understanding it’s not possible. Because store logo is related to theme setting.

1 Like

As of the 2022-10 release, the logo will be accessible via the Brand object. Please refer here:

https://shopify.dev/api/storefront/2022-10/objects/Brand

If you already use your logo in your webstore, then try this.

Open your webstore in a browser. Not as an app. And not your shopify account. Just your webstore as if you were a customer.
Right click on your logo. Open image in new tab.

Copy the url from that tab.

The url will end in .jpg or .png. Any numbers or letters after that can be deleted.

3 Likes

Thanks Mark, this works :+1:

1 Like